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
This commit is contained in:
Jan Engelhardt 2020-03-03 13:43:08 +00:00 committed by Git OBS Bridge
parent 7924bd65a0
commit 8d339cd861
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 3 13:07:51 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

View File

@ -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