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 797c286636)

Co-authored-by: Gil <rockgrub@protonmail.com>
This commit is contained in:
Raboneko
2024-12-26 02:30:09 -08:00
committed by GitHub
parent bc583778a6
commit 75d2fd7206
+1 -1
View File
@@ -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 \