ffmpeg compiling on MSVC9 (Visual C++ 2008)

此生再无相见时 提交于 2019-12-11 17:59:42

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!