From ff509e1378fca26c2c127ea9e4be5ebc635934b5 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sun, 16 Jun 2024 18:34:31 +0100 Subject: [PATCH] fix --- ffmpeg.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index c59851e..08bcf5c 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -31,7 +31,6 @@ %global _with_ilbc 1 %global _with_openh264 1 %global _with_rav1e 1 -%global _with_rubberband 1 %global _with_smb 1 %global _with_snappy 1 %global _with_tesseract 1 @@ -208,7 +207,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