diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index f5e72d3..3d3b959 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1726542069 -commit: d2e63b1c363d4a8f6bf90f75378579315c20eec75d1c61c0dd698ef7be5ee149 +mtime: 1727346198 +commit: 703dad69e873f79e33f2b104ed39861aecd47d62a6a2f2a1b2a346ac215f82ce url: https://src.opensuse.org/jengelh/ffmpeg-6 revision: master diff --git a/ffmpeg-6.changes b/ffmpeg-6.changes index af8966f..59af335 100644 --- a/ffmpeg-6.changes +++ b/ffmpeg-6.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 26 10:02:20 UTC 2024 - Stefan Dirsch + +- no longer build against libmfx; build also 15.5 against libvpl + (boo#1230983) + ------------------------------------------------------------------- Fri Sep 6 15:06:21 UTC 2024 - Cliff Zhao diff --git a/ffmpeg-6.spec b/ffmpeg-6.spec index 6144acf..fafe70f 100644 --- a/ffmpeg-6.spec +++ b/ffmpeg-6.spec @@ -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