forked from jengelh/ffmpeg-4
deactivate unsubmitted svt-av1
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=41
This commit is contained in:
parent
7133781c45
commit
e47b7ae7e5
@ -55,6 +55,7 @@
|
||||
%bcond_with x264
|
||||
%bcond_with x265
|
||||
%bcond_with xvid
|
||||
%bcond_with svt_av1
|
||||
|
||||
# Full build or just support package on older codestream
|
||||
%if 0%{?suse_version} > 1500
|
||||
@ -126,9 +127,11 @@ BuildRequires: libmp3lame-devel
|
||||
%if %{with mysofa}
|
||||
BuildRequires: libmysofa-devel
|
||||
%endif
|
||||
%if %{with svt_av1}
|
||||
%ifarch x86_64
|
||||
BuildRequires: SVT-AV1-devel
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: nasm
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
|
Loading…
Reference in New Issue
Block a user