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
相关问题
- Angular: ngc or tsc?
- Where is the implementation of included C++/C head
- Improving accuracy of Google Cloud Speech API
- Linking libavcodec in Cmake, find_library won'
- XCode iPhone OS Deployment Target Tool
相关文章
- Handling ffmpeg library interface change when upgr
- How to use a framework build of Python with Anacon
- c++ mp3 library [closed]
- Passing a native fd int to FFMPEG from openable UR
- php module does not compile. Does not recognize “s
- Why does the C++ compiler give errors after lines
- FFmpeg - What does non monotonically increasing dt
- Compile drools guided decision table into rules
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.