From 5e5393b52e2327a61b7bbad4867cda21e4af57ddd2018790fe195a5d3cd38528 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 3 Mar 2020 18:00:48 +0000 Subject: [PATCH] Accepting request 781296 from home:iznogood:branches:multimedia:libs Fix conditional in previous sub... It only built libmfx for SLeap... and not TW anymore. SORRY! OBS-URL: https://build.opensuse.org/request/show/781296 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=103 --- ffmpeg-4.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffmpeg-4.spec b/ffmpeg-4.spec index a66b697..07aafb8 100644 --- a/ffmpeg-4.spec +++ b/ffmpeg-4.spec @@ -207,7 +207,7 @@ BuildRequires: pkgconfig(xcb-shm) BuildRequires: pkgconfig(xcb-xfixes) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xfixes) -%if 0%{?sle_version} >= 150200 +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200 %ifarch x86_64 BuildRequires: pkgconfig(libmfx) %endif @@ -677,7 +677,7 @@ LDFLAGS="%_lto_cflags" \ %if %{with lv2} --enable-lv2 \ %endif -%if 0%{?sle_version} >= 150200 +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200 %ifarch x86_64 --enable-libmfx \ %endif