meson: add vp9 and av1 codec support options

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26223>
This commit is contained in:
Sil Vilerino
2023-10-28 11:07:32 -04:00
committed by Marge Bot
parent 870570ee66
commit 7b22dd8bfd
4 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ meson setup `
-Dvulkan-drivers="swrast,amd,microsoft-experimental" `
-Dgallium-drivers="swrast,d3d12,zink" `
-Dgallium-va=enabled `
-Dvideo-codecs="h264dec,h264enc,h265dec,h265enc,vc1dec" `
-Dvideo-codecs="h264dec,h264enc,h265dec,h265enc,vc1dec,av1dec,av1enc,vp9dec" `
-Dshared-glapi=enabled `
-Dgles1=enabled `
-Dgles2=enabled `