window vs编译ffmpeg
https://www.cnblogs.com/bigfi/p/9037071.html
https://www.cnblogs.com/bigfi/p/9037071.html
mingw完整版下载地址
https://blog.csdn.net/weixin_30322405/article/details/95838099?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.edu_weight&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.edu_weight
vs2015 编译github shift media ffmpeg
https://www.cnblogs.com/BensonLaur/p/10989115.html
vs2015 ffmpeg
https://www.cnblogs.com/CoderTian/p/7702731.html 关于vs 路径配置的有用
编译libgpg-err时出现了__func__ 未定义,在文件上方加上
#define __func__ __FUNCTION__
用2015编译失败了 用2017全部编译成功
https://blog.csdn.net/chinabinlang/article/details/91972992
https://blog.csdn.net/luyyuang/article/details/84345602
https://www.cnblogs.com/BensonLaur/p/10989115.html
https://blog.csdn.net/xinpo66/article/details/80616204
https://www.cnblogs.com/BensonLaur/p/10989115.html 这里关于vs未知的配置是有用的
ffmpeg 调试找不到位置的解决方法
修改调试路径 $(TargetPath) 为$(OutDir)\bin\x64\$(TargetName)$(TargetExt)