Remove commented out and obsolete info in vlc.

This commit is contained in:
Bruce Dubbs 2023-12-12 10:27:12 -06:00
parent 32bf9053e2
commit b0e89bc97c

View File

@ -228,11 +228,7 @@
<para>
Install <application>VLC</application> by running the following commands:
</para>
<!--
<screen><userinput>export LUAC=/usr/bin/luac5.2 &amp;&amp;
export LUA_LIBS="$(pkg-config - -libs lua52)" &amp;&amp;
export CPPFLAGS="$(pkg-config - -cflags lua52)" &amp;&amp;
-->
<screen><userinput>BUILDCC=gcc ./configure --prefix=/usr --disable-libplacebo &amp;&amp;
make</userinput></screen>
@ -253,18 +249,7 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<!-- The export commands have been commented out
<para>
<command>export ...</command>: These commands ensure building with
<xref linkend="lua52"/>. Upstream does not support lua 5.4 yet.
</para>-->
<!-- Using this causes problems. Builds and works fine without this parameter.
<para>
<parameter>- -disable-libva</parameter>: This switch is required to disable
video acceleration in VLC since it is incompatible with ffmpeg-5, and
upstream has no plans to port it due to complexity.
</para>
-->
<para>
<parameter>--disable-libplacebo</parameter>: This switch is required to
disable support for using libplacebo as a rendering pipeline because VLC