ffmpeg | branch: master | Matthias C. M. Troffaes <matthias.troff...@gmail.com> | Tue May 4 13:27:12 2021 +0100| [ed409b8088e47c932dcb53edca2d6554348691ba] | committer: Guo, Yejun
configure: dnn needs avformat The source file "libavfilter/dnn/dnn_backend_native.h" includes "libavformat/avio.h", so avformat needs to be declared as a dependency. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed409b8088e47c932dcb53edca2d6554348691ba --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6580859ef2..799b5b69ca 100755 --- a/configure +++ b/configure @@ -2660,7 +2660,7 @@ cbs_vp9_select="cbs" dct_select="rdft" dirac_parse_select="golomb" dnn_suggest="libtensorflow libopenvino" -dnn_deps="swscale" +dnn_deps="avformat swscale" error_resilience_select="me_cmp" faandct_deps="faan" faandct_select="fdctdsp" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".