From e47b7ae7e561c349dcdb1a53abb9ad835b527edcf2c526cb16bdfe4927424549 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 16 Feb 2019 12:34:36 +0000 Subject: [PATCH] deactivate unsubmitted svt-av1 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=41 --- ffmpeg-4.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ffmpeg-4.spec b/ffmpeg-4.spec index bda4cbb..0eac9cb 100644 --- a/ffmpeg-4.spec +++ b/ffmpeg-4.spec @@ -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)