diff --git a/ffmpeg-4.changes b/ffmpeg-4.changes index b9bdc16..3eec873 100644 --- a/ffmpeg-4.changes +++ b/ffmpeg-4.changes @@ -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 - -- disable SVT-AV1 with a bcond, it is not in Factory - ------------------------------------------------------------------- Tue Feb 12 08:58:56 UTC 2019 - bjorn.lie@gmail.com diff --git a/ffmpeg-4.spec b/ffmpeg-4.spec index fe577c5..42f1319 100644 --- a/ffmpeg-4.spec +++ b/ffmpeg-4.spec @@ -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 \