详细过程参考这个:https://blog.csdn.net/u012534831/article/details/83305001
采坑记录:
1.configure的时候,如果报什么模块或什么包找不到
../extras/package/win32/configure.sh --host=i686-w64-mingw32 --build=x86_64-pc-linux-gnu --disable-lua --disable-mad --disable-avcodec --disable-avformat --disable-swscale --disable-postproc --disable-a52 --disable-mkv
用类似的把对应的模块禁用就好了
2.由于工具本身的问题,mingw-w64-gcc和mingw-w64-g++要用5.0以下的版本,又要c++11支持,那就推荐4.9。不然64位编译过不了。
3.make prebuilt 时不要自动下载vlc-contrib-i686-w64-mingw32-latest.tar.bz2,请下载 手动下载
20150630及以前版本不要使用,否则在后边MAKE时会出MKV等模块编译失败。
最新的版本也不能使用,否则会提示libavautil等版本不能使用大小55或56的新版本。
4.出现的错误无非就是各种库版本对不上,参考网上的经验 找到相应版本的库,没有版本号的,可以找提交日期相近的。
5.配置成功后,make出现undefined reference to `_imp____acrt_iob_func' 等一些错误