mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 14:32:13 +08:00
Mesa: Added -D video-codecs=all.
This commit is contained in:
parent
5321be9e06
commit
f681b833f0
@ -39,6 +39,15 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>October 19th, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - Mesa: Added -D video-codecs=all.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 18th, 2024</para>
|
||||
<itemizedlist>
|
||||
|
@ -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</userinput></screen>
|
||||
if you have Valgrind installed, and wish to check for memory leaks.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>-D video-codecs=all</parameter>: 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
|
||||
<ulink url="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016687">
|
||||
Debian bug report</ulink> for more info.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>-D libunwind=disabled</parameter>: This parameter disables
|
||||
the usage of libunwind.
|
||||
|
Loading…
Reference in New Issue
Block a user