From 410168004481df03e0267fccdd2a46927a881fe6 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Fri, 24 Jun 2022 21:39:37 +0100 Subject: [PATCH] Use pkgconfig(rav1e) --- ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index c6a678c..564f817 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -221,7 +221,7 @@ BuildRequires: openjpeg2-devel %{!?_without_opus:BuildRequires: opus-devel >= 1.1.3} %{!?_without_pulse:BuildRequires: pulseaudio-libs-devel} BuildRequires: perl(Pod::Man) -%{?_with_rav1e:BuildRequires: rav1e-devel} +%{?_with_rav1e:BuildRequires: pkgconfig(rav1e)} %{?_with_rubberband:BuildRequires: rubberband-devel} %{!?_without_tools:BuildRequires: SDL2-devel} %{?_with_snappy:BuildRequires: snappy-devel}