ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | Mon Jun 10 17:35:51 2024 +0200| [8754c9bd82b7d8040575666f9b4b44b856d92675] | committer: Guo Yejun
configure: Disable DNN without backend The DNN filters are useless without a backend. This will also "fix" Coverity issues #1598288 and #1601718. Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8754c9bd82b7d8040575666f9b4b44b856d92675 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6c5b8aab9a..83284427df 100755 --- a/configure +++ b/configure @@ -2850,8 +2850,8 @@ deflate_wrapper_deps="zlib" dirac_parse_select="golomb" dovi_rpudec_select="golomb" dovi_rpuenc_select="golomb" -dnn_suggest="libtensorflow libopenvino libtorch" dnn_deps="avformat swscale" +dnn_deps_any="libtensorflow libopenvino libtorch" error_resilience_select="me_cmp" evcparse_select="golomb" faandct_deps="faan" _______________________________________________ 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".