qt 工程添加 ffmpeg(undefined reference to av_register_all() 和 “UINT64_C” was not declared in this scope)
前提是 已经安装好qt 环境
步骤一:
到ffmpeg官网 下载 win平台 编译好的 shared+dev 版本的开发包,获取到 ffmpeg的头文件和 lib ,dll
步骤二:
添加ffmpeg 头文件和lib到qt 工程
INCLUDEPATH += $$PWD/../../commonlib/ffmpeg-dev/include
DEPENDPATH +=
原创
2017-02-24 09:37:33 ·
1333 阅读 ·
0 评论