Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
i download the new ffmpeg source code ,i want to compile it to a lib,so that i can use it in my windows application. i used mingw + mysys, but the ffmpeg have so many .h,cpp, i include all the lib and dll in my project ,but my application can not compile sucessfully ,the error is that can not find the other .h or probmle as so . i am so confused I am a new developer in this, so i need you help appreciated any answer ,best regards
Posted
Comments
Steve44 11-Apr-13 20:54pm    
Did you download the 25 or so external libraries/source projects that ffmpeg uses? Likely it is unable to locate the headers provided by them.
chinahyin 11-Apr-13 21:03pm    
git://source.ffmpeg.org/ffmpeg.git i download from this ,and compiled them ,i feel so stupid .i can not find a way to solve this problem
Steve44 11-Apr-13 21:25pm    
Take a look at the Windows focused build here: http://ffmpeg.zeranoe.com/
Most likely you can find what you are looking for here, but as Matthew mentioned, don't expect it to be a walk in the park.
chinahyin 11-Apr-13 21:28pm    
thank you very much!
Matthew Faithfull 11-Apr-13 21:14pm    
To be honest you're better off looking for downloadable Windows binaries. The last time I came across anyone successfully building ffmpeg for Windows it was a whole team of experienced people, they were only building a subset and it took them a week or more to work it out. That's not to say there's not somebody here who knows how to do it but you'll be very lucky if they an walk you through it successfully.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900