From 1b63841a6e9ff99746dab4919156e2179403bcb2 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 20 Jun 2023 18:28:27 -0400 Subject: mesa-run: Enable vulkan beta and video codecs --- mesa-run | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mesa-run') diff --git a/mesa-run b/mesa-run index 26e5939..fe5011c 100755 --- a/mesa-run +++ b/mesa-run @@ -49,6 +49,8 @@ configure) -Dgallium-drivers="${gallium_drivers}" -Dgallium-va=auto -Dgallium-xa=disabled + -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc" + -Dvulkan-beta=true -Dbuildtype="${buildtype}" -Dbackend=ninja "${extra_args[@]}" -- cgit v1.2.3