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"

  效果:

  ffmpeg.用vs2017编译(20200102)

 

 

3、20200719 补充+libx264编译

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

 

4、

5、

 

相关文章:

  • 2021-10-30
  • 2021-11-24
  • 2021-12-27
  • 2021-11-12
  • 2022-02-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-03
  • 2022-01-08
  • 2022-12-23
  • 2021-09-26
  • 2021-10-28
相关资源
相似解决方案