Enable vp9dec as well as av1enc and av1dec
This commit is contained in:
parent
13d77565a9
commit
4d00481127
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue