ci: build mediafoundation frontend in windows-msvc

Reviewed-by: Sil Vilerino <sivileri@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35264>
This commit is contained in:
Pohsiang (John) Hsu 2025-05-27 11:03:16 -04:00 committed by Marge Bot
parent 38d2133e3e
commit 9f22e3f98c

View file

@ -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 `