commit b3fa9d0a42a413937f728f332d60f886d33d054c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jan 1 01:15:53 2024 +0000
fix
ffmpeg.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 5735628..b885893 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -32,7 +32,6 @@
%global _with_placebo 1
%endif
%global _with_rav1e 1
-%global _with_rubberband 1
%global _with_smb 1
%global _with_snappy 1
%global _with_svtav1 1
@@ -42,6 +41,7 @@
%global _with_webp 1
%global _with_zmq 1
%else
+%global _without_rubberband 1
%global _without_vulkan 1
%endif
%ifarch x86_64
@@ -209,7 +209,7 @@ BuildRequires: openjpeg2-devel
%{!?_without_pulse:BuildRequires: pulseaudio-libs-devel}
BuildRequires: perl(Pod::Man)
%{?_with_rav1e:BuildRequires: pkgconfig(rav1e)}
-%{?_with_rubberband:BuildRequires: rubberband-devel}
+%{!?_without_rubberband:BuildRequires: rubberband-devel}
%{!?_without_tools:BuildRequires: SDL2-devel}
%{?_with_snappy:BuildRequires: snappy-devel}
BuildRequires: soxr-devel
Show replies by date