Enable vp9dec as well as av1enc and av1dec

This commit is contained in:
Denis 2024-02-08 23:06:03 +01:00
parent 13d77565a9
commit 4d00481127
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03

View file

@ -28,7 +28,7 @@ meson_options=(
-D rust_std=2021
-D shared-glapi=enabled
-D valgrind=disabled
-D video-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc
-D video-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc,av1enc,av1dec,vp9dec
-D vulkan-drivers=amd,swrast,virtio
-D vulkan-layers=device-select,overlay
-D vulkan-beta=true