From 0445c3e8cf94e9b65d07a264328789fde3d9cca5d0c622e5c80a5c414d6700a0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 15 Jan 2024 17:06:02 +0000 Subject: [PATCH] libvpl not available for aarch64 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-6?expand=0&rev=24 --- ffmpeg-6.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffmpeg-6.spec b/ffmpeg-6.spec index 89bce1a..287302a 100644 --- a/ffmpeg-6.spec +++ b/ffmpeg-6.spec @@ -237,7 +237,7 @@ BuildRequires: pkgconfig(vulkan) >= 1.3.255 BuildRequires: pkgconfig(libmfx) %endif %else -%ifarch x86_64 %x86_64 aarch64 +%ifarch x86_64 %x86_64 BuildRequires: pkgconfig(vpl) >= 2.6 %endif %endif @@ -638,7 +638,7 @@ LDFLAGS="%_lto_cflags" \ --enable-libmfx \ %endif %else -%ifarch x86_64 %x86_64 aarch64 +%ifarch x86_64 %x86_64 --enable-libvpl \ %endif %endif