[FFmpeg-cvslog] configure: Disable DNN without backend

Andreas Rheinhardt git at videolan.org
Tue Jun 11 15:25:54 EEST 2024


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at 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.rheinhardt at 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"



More information about the ffmpeg-cvslog mailing list