ffmpeg compiling on MSVC9 (Visual C++ 2008)

2019-09-14 08:31发布

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条回答
兄弟一词,经得起流年.
2楼-- · 2019-09-14 09:20

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.

查看更多
登录 后发表回答