From f681b833f02d999d428b5fbfb095b2f65cd52d1d Mon Sep 17 00:00:00 2001 From: Zeckmathederg Date: Sat, 19 Oct 2024 09:53:48 -0600 Subject: [PATCH] Mesa: Added -D video-codecs=all. --- introduction/welcome/changelog.xml | 9 +++++++++ shareddeps/drivers/mesa.xml | 11 +++++++++++ 2 files changed, 20 insertions(+) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 3c806d6e3a..d1263a758c 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -39,6 +39,15 @@ --> + + October 19th, 2024 + + + [Zeckmathederg] - Mesa: Added -D video-codecs=all. + + + + October 18th, 2024 diff --git a/shareddeps/drivers/mesa.xml b/shareddeps/drivers/mesa.xml index c5bde693b0..ac994ccb56 100644 --- a/shareddeps/drivers/mesa.xml +++ b/shareddeps/drivers/mesa.xml @@ -198,6 +198,7 @@ meson setup \ -D gallium-drivers=auto \ -D vulkan-drivers=auto \ -D valgrind=disabled \ + -D video-codecs=all -D libunwind=disabled \ -D glvnd=enabled \ .. && @@ -256,6 +257,7 @@ meson setup \ -D gallium-drivers=auto \ -D vulkan-drivers=auto \ -D valgrind=disabled \ + -D video-codecs=all \ -D libunwind=disabled \ -D glvnd=enabled \ .. && @@ -526,6 +528,15 @@ ldconfig if you have Valgrind installed, and wish to check for memory leaks. + + -D video-codecs=all: This parameter enables + building all the video codecs as they are disabled by default to avoid + legal issues. It would be prudent to not distribute your build if you + set this option. The matter is still unclear, however. See this + + Debian bug report for more info. + + -D libunwind=disabled: This parameter disables the usage of libunwind.