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:MinGWmsys1.0msys.bat中添加的语句为:
Call "C:Program Files (x86)Microsoft Visual Studio2017EnterpriseCommon7ToolsVsDevCmd.bat"
效果:
3、20200719 补充+libx264编译
Home的 MinGW路径:"D:MinGWmsys1.0",我的msys.bat是 msys_vs2017.bat,
4、
5、