[info=703dad69e873f79e33f2b104ed39861aecd47d62a6a2f2a1b2a346ac215f82ce]

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-6?expand=0&rev=49
This commit is contained in:
OBS User unknown 2024-09-26 21:17:48 +00:00 committed by Git OBS Bridge
parent bdaf5cc8be
commit 4d54d8086a
3 changed files with 10 additions and 12 deletions

View File

@ -1,4 +1,4 @@
mtime: 1726542069
commit: d2e63b1c363d4a8f6bf90f75378579315c20eec75d1c61c0dd698ef7be5ee149
mtime: 1727346198
commit: 703dad69e873f79e33f2b104ed39861aecd47d62a6a2f2a1b2a346ac215f82ce
url: https://src.opensuse.org/jengelh/ffmpeg-6
revision: master

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 26 10:02:20 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- no longer build against libmfx; build also 15.5 against libvpl
(boo#1230983)
-------------------------------------------------------------------
Fri Sep 6 15:06:21 UTC 2024 - Cliff Zhao <qzhao@suse.com>

View File

@ -247,11 +247,7 @@ BuildRequires: pkgconfig(shaderc) >= 2019.1
BuildRequires: pkgconfig(vulkan) >= 1.3.255
%endif
%if 0%{?suse_version} < 1550 && 0%{?sle_version} >= 150200 && 0%{?sle_version} < 150600
%ifarch x86_64 %x86_64
BuildRequires: pkgconfig(libmfx)
%endif
%else
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150500
%ifarch x86_64 %x86_64
BuildRequires: pkgconfig(vpl) >= 2.6
%endif
@ -648,11 +644,7 @@ LDFLAGS="%_lto_cflags" \
%endif
%endif
--enable-lv2 \
%if 0%{?suse_version} < 1550 && 0%{?sle_version} >= 150200 && 0%{?sle_version} < 150600
%ifarch x86_64 %x86_64
--enable-libmfx \
%endif
%else
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150500
%ifarch x86_64 %x86_64
--enable-libvpl \
%endif