From 9f22e3f98cd4e61252a9607b085c80fb98b24d94 Mon Sep 17 00:00:00 2001 From: "Pohsiang (John) Hsu" Date: Tue, 27 May 2025 11:03:16 -0400 Subject: [PATCH] ci: build mediafoundation frontend in windows-msvc Reviewed-by: Sil Vilerino Part-of: --- .gitlab-ci/windows/mesa_build.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci/windows/mesa_build.ps1 b/.gitlab-ci/windows/mesa_build.ps1 index ef27ac0e5ff..559c757c0c6 100644 --- a/.gitlab-ci/windows/mesa_build.ps1 +++ b/.gitlab-ci/windows/mesa_build.ps1 @@ -50,7 +50,11 @@ meson setup ` -Dvulkan-drivers="swrast,amd,microsoft-experimental" ` -Dgallium-drivers="llvmpipe,softpipe,d3d12,zink" ` -Dgallium-va=enabled ` +-Dgallium-mediafoundation=enabled ` -Dvideo-codecs="all" ` +-Dmediafoundation-codecs="all" ` +-Dmediafoundation-store-dll=false ` +-Dgallium-mediafoundation-test=false ` -Dgles1=enabled ` -Dgles2=enabled ` -Dgallium-rusticl=false `