Remove additional video codecs for licensing reasons

This commit is contained in:
2025-08-08 23:30:52 +03:00
parent 2eaf35660b
commit f825e7b363
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
name: mesa name: mesa
description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more
version: 25.1.7 version: 25.1.7
revision: 2
url: https://www.mesa3d.org/ url: https://www.mesa3d.org/
license: MIT and BSD-3-Clause and SGI-B-2.0 license: MIT and BSD-3-Clause and SGI-B-2.0
architecture: any architecture: any
-1
View File
@@ -28,7 +28,6 @@ build() {
-Dvulkan-drivers=amd,gfxstream,intel,intel_hasvk,nouveau,swrast,virtio,microsoft-experimental \ -Dvulkan-drivers=amd,gfxstream,intel,intel_hasvk,nouveau,swrast,virtio,microsoft-experimental \
-Dglvnd=enabled \ -Dglvnd=enabled \
-Dvalgrind=enabled \ -Dvalgrind=enabled \
-Dvideo-codecs=all \
-Dlibunwind=disabled .. -Dlibunwind=disabled ..
ninja ninja
} }