Fix conditional for RHEL

epel9
Neal Gompa 2 years ago
parent ed5d70048c
commit 03670ea9c4

@ -22,7 +22,7 @@ BuildRequires: pkgconfig(aom)
BuildRequires: pkgconfig(dav1d)
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libpng)
%if ! (0%{?rhel} && 0%{?rhel} < 9)
%if ! (0%{?rhel} && 0%{?rhel} <= 9)
BuildRequires: pkgconfig(rav1e)
BuildRequires: pkgconfig(SvtAv1Enc)
%endif

Loading…
Cancel
Save