From d177605ebe9a2e226410d0bf65e7a95b738ec2232a32be1eac75fa7cf9c434d9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 16 Apr 2021 16:01:56 +0000 Subject: [PATCH] another shot at dav OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=157 --- ffmpeg-4.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffmpeg-4.spec b/ffmpeg-4.spec index b5d404a..bc0dbd4 100644 --- a/ffmpeg-4.spec +++ b/ffmpeg-4.spec @@ -132,7 +132,7 @@ BuildRequires: pkgconfig(celt) >= 0.11.0 %if %{with codec2} BuildRequires: pkgconfig(codec2) %endif -%if 0%{?suse_version} >= 1520 +%if 0%{?sle_version} >= 150200 BuildRequires: pkgconfig(dav1d) %endif BuildRequires: pkgconfig(enca) @@ -627,7 +627,7 @@ LDFLAGS="%_lto_cflags" \ %if %{with codec2} --enable-libcodec2 \ %endif -%if 0%{?suse_version} >= 1550 +%if 0%{?sle_version} >= 150200 --enable-libdav1d \ %endif --enable-libdc1394 \