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