this version skulduggery can die

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=159
This commit is contained in:
Jan Engelhardt 2021-04-17 09:33:08 +00:00 committed by Git OBS Bridge
parent a429635a5d
commit 0a01323dea

View File

@ -132,7 +132,7 @@ BuildRequires: pkgconfig(celt) >= 0.11.0
%if %{with codec2}
BuildRequires: pkgconfig(codec2)
%endif
%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 150200
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
BuildRequires: pkgconfig(dav1d)
%endif
BuildRequires: pkgconfig(enca)
@ -627,7 +627,7 @@ LDFLAGS="%_lto_cflags" \
%if %{with codec2}
--enable-libcodec2 \
%endif
%if 0%{?sle_version} >= 150200
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
--enable-libdav1d \
%endif
--enable-libdc1394 \