mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Remove commented out and obsolete info in vlc.
This commit is contained in:
parent
32bf9053e2
commit
b0e89bc97c
@ -228,11 +228,7 @@
|
||||
<para>
|
||||
Install <application>VLC</application> by running the following commands:
|
||||
</para>
|
||||
<!--
|
||||
<screen><userinput>export LUAC=/usr/bin/luac5.2 &&
|
||||
export LUA_LIBS="$(pkg-config - -libs lua52)" &&
|
||||
export CPPFLAGS="$(pkg-config - -cflags lua52)" &&
|
||||
-->
|
||||
|
||||
<screen><userinput>BUILDCC=gcc ./configure --prefix=/usr --disable-libplacebo &&
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user