From 21b47e575ab545a1d3a3f4dc8a704698770ad951 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 19 Nov 2022 20:20:35 -0500 Subject: [PATCH] Bump minimum version for svt-av1 BR --- ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 1d5b0a2..37ec386 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -243,7 +243,7 @@ BuildRequires: librtmp-devel BuildRequires: pkgconfig(libmfx) < 2.0 %endif %if %{with svtav1} -BuildRequires: pkgconfig(SvtAv1Enc) >= 0.8.4 +BuildRequires: pkgconfig(SvtAv1Enc) >= 0.9.0 %endif %if %{with x264} BuildRequires: pkgconfig(x264)