我是靠谱客的博主 清爽小伙,最近开发中收集的这篇文章主要介绍QtAV编译Android库出现的libavresample or libswresample is required problem问题解决,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

.qmake.conf文件中添加CONFIG += no_config_tests,没有解决问题。

于是把QtAV.pro文件中的下面几行注释掉,编译通过。

#runConfigTests()
#!config_avresample:!config_swresample {
#
error("libavresample or libswresample is required. Setup your environment correctly then delete $$BUILD_DIR/.qmake.conf and run qmake again")
#}

(20210729更新,这样还是不行,用的时候会有问题)

20210913更新,解决了!!!

在root/.qmake/.qmake.conf文件中添加:

CONFIG += no_config_tests
CONFIG+=config_avutil config_avformat config_avcodec config_swscale config_swresample

最后

以上就是清爽小伙为你收集整理的QtAV编译Android库出现的libavresample or libswresample is required problem问题解决的全部内容,希望文章能够帮你解决QtAV编译Android库出现的libavresample or libswresample is required problem问题解决所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(64)

评论列表共有 0 条评论

立即
投稿
返回
顶部