From f1ecccdb1dc17edd55b0042c7c928778b65c0baab603ab8064a7cc39d5103b70 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 27 Feb 2019 20:59:26 +0000 Subject: [PATCH] drop deactivation of svt OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=47 --- ffmpeg-4.changes | 5 ----- ffmpeg-4.spec | 5 ----- 2 files changed, 10 deletions(-) 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 \