From 797c2866366154dc1b75b5cdac54f28e1c1b32cc Mon Sep 17 00:00:00 2001 From: Gil Date: Thu, 26 Dec 2024 04:19:30 -0600 Subject: [PATCH] Change to -Dvideo-codecs=all (#2753) This future proofs if Mesa supported codecs ever change and will require no manual intervention on update. Signed-off-by: Gil <130161554+ShinyGil@users.noreply.github.com> --- anda/lib/mesa/mesa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/mesa/mesa.spec b/anda/lib/mesa/mesa.spec index 036efb332d..b57ee702a7 100644 --- a/anda/lib/mesa/mesa.spec +++ b/anda/lib/mesa/mesa.spec @@ -480,7 +480,7 @@ export MESON_PACKAGE_CACHE_DIR="%{cargo_registry}/" %if 0%{?with_intel_clc} -Dintel-clc=enabled \ %endif - -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec,av1dec,av1enc,vp9dec \ + -Dvideo-codecs=all \ -Dintel-rt=%{?with_intel_vk_rt:enabled}%{!?with_intel_vk_rt:disabled} \ -Dmicrosoft-clc=disabled \ -Dllvm=enabled \