From 8d339cd86144ed9a6e0353f3cc058538ffcd5c12341e98ea8a4743fdeb9c65b8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 3 Mar 2020 13:43:08 +0000 Subject: [PATCH] Accepting request 781221 from home:iznogood:branches:multimedia:libs - Enable libmfx support for SLE 15 SP2 and Leap 15.2 via conditional, libmfx is available there too now. OBS-URL: https://build.opensuse.org/request/show/781221 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=102 --- ffmpeg-4.changes | 6 ++++++ ffmpeg-4.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ffmpeg-4.changes b/ffmpeg-4.changes index 96a6c01..1ead746 100644 --- a/ffmpeg-4.changes +++ b/ffmpeg-4.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 3 13:07:51 UTC 2020 - Bjørn Lie + +- Enable libmfx support for SLE 15 SP2 and Leap 15.2 via + conditional, libmfx is available there too now. + ------------------------------------------------------------------- Tue Jan 21 18:15:48 UTC 2020 - Bjørn Lie diff --git a/ffmpeg-4.spec b/ffmpeg-4.spec index 1daec98..a66b697 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%{?suse_version} >= 1550 +%if 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%{?suse_version} >= 1550 +%if 0%{?sle_version} >= 150200 %ifarch x86_64 --enable-libmfx \ %endif