commit bdb343d130a94eb2a35af748345da292e204306a
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 5 15:13:00 2023 +0100
Disable rubberband(gpl) with cuda
ffmpeg.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 21b825a..0266673 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
@@ -363,7 +364,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 \\\