forked from jengelh/ffmpeg-4
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:
parent
a429635a5d
commit
0a01323dea
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user