From 76dc6ad5196b2ccfea6048cbe13f877c056b2d61 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 5 Dec 2023 15:13:00 +0100 Subject: [PATCH] Disable rubberband(gpl) with cuda --- ffmpeg.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index d708240..8b3f12d 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -64,6 +64,7 @@ %global _without_cdio 1 %global _without_frei0r 1 %global _without_gpl 1 +%global _without_rubberband 1 %global _without_vidstab 1 %global _without_x264 1 %global _without_x265 1 @@ -361,7 +362,7 @@ Freeworld libavcodec to complement the distro counterparts --enable-librsvg \\\ %{?_with_rav1e:--enable-librav1e} \\\ %{?_with_rtmp:--enable-librtmp} \\\ - %{?_with_rubberband:--enable-librubberband} \\\ + %{?_with_rubberband:--enable-librubberband}%{?_without_rubberband: --disable-librubberband} \\\ %{?_with_smb:--enable-libsmbclient --enable-version3} \\\ %{?_with_snappy:--enable-libsnappy} \\\ --enable-libsoxr \\\