From 75d2fd7206779c07f246b0eb5298a00cc6347168 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 26 Dec 2024 02:30:09 -0800 Subject: [PATCH] Change to -Dvideo-codecs=all (#2753) (#2756) 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> (cherry picked from commit 797c2866366154dc1b75b5cdac54f28e1c1b32cc) Co-authored-by: Gil --- 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 \