问题
i want to compile ffmpeg on windows MSVC9 (Visual C++ 2008) because i want to use it in wamp server 2 which is compiled using the same compiler however am currently at a loss of how to do this as there are no visual studio solution files. I know it is possible because people have compiled dlls but i cant seem to find just how they did it . There are also some precompiled dlls here but they are incompatible with my php version 5.38. Please help
回答1:
FFMPEG does not compile natively under MSVC. You'll need to compile it under mingw or download pre-built libs/dlls from here
You will be able to compile your own apps against the link libraries with MSVC though.
来源:https://stackoverflow.com/questions/9179807/ffmpeg-compiling-on-msvc9-visual-c-2008