diff --git a/ffmpeg-6.1.1.tar.xz b/ffmpeg-6.1.1.tar.xz index b4bfc4a..ef6608f 100644 Binary files a/ffmpeg-6.1.1.tar.xz and b/ffmpeg-6.1.1.tar.xz differ 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 diff --git a/ffmpeg-dlopen-headers.tar.xz b/ffmpeg-dlopen-headers.tar.xz index e7ece3c..c72db64 100644 Binary files a/ffmpeg-dlopen-headers.tar.xz and b/ffmpeg-dlopen-headers.tar.xz differ