ffmpeg.用vs2017编译(20200102)

1、之前的 gcc编译:ffmpeg.编译(20191129) - CppSkill - 博客园.html(https://www.cnblogs.com/cppskill/p/11957613.html

2、最终使用的 configure参数为:

./configure --target-os=win32 --enable-debug --disable-static --enable-shared --prefix=./vs2017_build --toolchain=msvc --enable-ffmpeg --enable-ffplay --enable-postproc --enable-gpl

 2.1、D:\MinGW\msys\1.0\msys.bat中添加的语句为:

Call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat"

  效果:

  

 

 

3、20200719 补充+libx264编译

 Home的 MinGW路径:"D:\MinGW\msys\1.0",我的msys.bat是 msys_vs2017.bat,

 

4、

5、

 

posted @ 2020-01-02 16:11  CppSkill  阅读(890)  评论(0编辑  收藏  举报