[FFmpeg-devel] [PATCH] configure: Disable DNN without backend
Guo, Yejun
yejun.guo at intel.com
Tue Jun 11 15:22:02 EEST 2024
> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of
> Andreas Rheinhardt
> Sent: Monday, June 10, 2024 11:36 PM
> To: ffmpeg-devel at ffmpeg.org
> Cc: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> Subject: [FFmpeg-devel] [PATCH] 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>
> ---
> 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"
Thanks, will push soon.
More information about the ffmpeg-devel
mailing list