Use compat-ffmpeg4 for F36+

remotes/1735194482819717814/el9
Leigh Scott 3 years ago committed by Nicolas Chauvet
parent ca75b3efc0
commit 6bcb482bf2

@ -104,7 +104,11 @@ BuildRequires: cdparanoia-devel
%{?_with_dav1d:BuildRequires: libdav1d-devel}
BuildRequires: pkgconfig(dbus-1)
%{?_with_faad2:BuildRequires: faad2-devel}
%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9
%{?_with_ffmpeg:BuildRequires: compat-ffmpeg4-devel}
%else
%{?_with_ffmpeg:BuildRequires: ffmpeg-devel >= 0.4.9-0}
%endif
BuildRequires: flac-devel
%{?_with_fluidsynth:BuildRequires: fluidsynth-devel}
BuildRequires: fribidi-devel
@ -371,6 +375,10 @@ touch src/revision.txt
. /opt/rh/devtoolset-%{dts_ver}/enable
%endif
%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9
export PKG_CONFIG_PATH=%{_libdir}/compat-ffmpeg4/pkgconfig
%endif
%configure \
--disable-dependency-tracking \
--disable-optimizations \

Loading…
Cancel
Save