forked from pool/ffmpeg-4
drop deactivation of svt
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=47
This commit is contained in:
parent
a37a0b4001
commit
f1ecccdb1d
@ -11,11 +11,6 @@ Sat Feb 16 12:41:43 UTC 2019 - davejplater@gmail.com
|
||||
- Update 0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch from git
|
||||
To fix build with SVT-AV1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 16 12:36:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- disable SVT-AV1 with a bcond, it is not in Factory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 08:58:56 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -55,7 +55,6 @@
|
||||
%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
|
||||
@ -127,11 +126,9 @@ BuildRequires: libmp3lame-devel
|
||||
%if %{with mysofa}
|
||||
BuildRequires: libmysofa-devel
|
||||
%endif
|
||||
%if %{with svt_av1}
|
||||
%ifarch x86_64
|
||||
BuildRequires: pkgconfig(SvtAv1Enc)
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: nasm
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
@ -634,10 +631,8 @@ CFLAGS="%optflags" \
|
||||
%if %{with srt}
|
||||
--enable-libsrt \
|
||||
%endif
|
||||
%if %{with svt_av1}
|
||||
%ifarch x86_64
|
||||
--enable-libsvtav1 \
|
||||
%endif
|
||||
%endif
|
||||
--enable-libtheora \
|
||||
--enable-libtwolame \
|
||||
|
Loading…
Reference in New Issue
Block a user