android cmake 'libavformat/avformat.h' file not found

143 阅读1分钟

在学习ffmpeg过程中遇到了'libavformat/avformat.h' file not found问题 image.png

经过不断排除,发现是导入FFMEPG头文件夹路径的时候出问题了,删掉${SMAKE_SOURCE_DIR}后正常

image.png

image.png

头文件引入正常: image.png