ROC-RK3308B-CC-PLUS编译固件时出现错误

gstav.c:33:39: fatal error: libavfilter/avfiltergraph.h: No such file or directory
#include <libavfilter/avfiltergraph.h>
^
compilation terminated.
Makefile:633: recipe for target ‘libgstlibav_la-gstav.lo’ failed
make[5]: *** [libgstlibav_la-gstav.lo] Error 1

make[5]: *** Waiting for unfinished jobs…
请大佬指教!

我也遇到了 这个问题 , 你有解决吗

是编译带屏版本的,带QT的

补丁异常,回退补丁
# 回退到这个提交873ac89e
git reset 873ac89e --hard
# 删除buildroot/output
rm buildroot/output/firefly_rk3308_qt_release -rf
# 重新编译
./build.sh

majay123 发表于 2021-8-5 17:27
是编译带屏版本的,带QT的

多谢,成功了