diff options
author | Matt Turner <mattst88@gmail.com> | 2025-01-21 16:03:39 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2025-01-21 16:03:39 -0500 |
commit | 4f09f3bf40ce7cb97868d7eda4d42a4d400a9c21 (patch) | |
tree | 2960f0b8447bf144e8bc1059f7b93dd01065ec67 | |
parent | 6eb6dd27705eb05b67cc498f67d36fd0c53c7a6f (diff) |
mesa-run: Disable video
-rwxr-xr-x | mesa-run | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -51,9 +51,8 @@ configure) -Dvulkan-drivers="${vulkan_drivers}" -Dgallium-drivers="${gallium_drivers}" -Dgallium-rusticl=false - -Dgallium-va=auto + -Dgallium-va=disabled -Dgallium-xa=disabled - -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc" -Dvulkan-beta=true -Dbuildtype="${buildtype}" -Dbackend=ninja |