forked from pool/ffmpeg-4
Accepting request 1143659 from multimedia:libs
- drop support for libmfx, which is no longer supported upstream at all (boo#1219494) (forwarded request 1143610 from sndirsch) OBS-URL: https://build.opensuse.org/request/show/1143659 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=63
This commit is contained in:
commit
c8343ba42b
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 2 09:34:15 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- drop support for libmfx, which is no longer supported upstream
|
||||||
|
at all (boo#1219494)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 26 13:36:38 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Tue Dec 26 13:36:38 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ffmpeg-4
|
# spec file for package ffmpeg-4
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -225,11 +225,6 @@ BuildRequires: pkgconfig(xcb-shm)
|
|||||||
BuildRequires: pkgconfig(xcb-xfixes)
|
BuildRequires: pkgconfig(xcb-xfixes)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xfixes)
|
BuildRequires: pkgconfig(xfixes)
|
||||||
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
|
|
||||||
%ifarch x86_64
|
|
||||||
BuildRequires: pkgconfig(libmfx)
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
%if %{with zimg}
|
%if %{with zimg}
|
||||||
BuildRequires: pkgconfig(zimg)
|
BuildRequires: pkgconfig(zimg)
|
||||||
%endif
|
%endif
|
||||||
@ -717,9 +712,6 @@ LDFLAGS="%_lto_cflags" \
|
|||||||
--enable-lv2 \
|
--enable-lv2 \
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
|
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
|
||||||
%ifarch x86_64
|
|
||||||
--enable-libmfx \
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
--enable-vaapi \
|
--enable-vaapi \
|
||||||
--enable-vdpau \
|
--enable-vdpau \
|
||||||
|
Loading…
Reference in New Issue
Block a user