Changeset b0e89bc for multimedia


Ignore:
Timestamp:
12/12/2023 04:27:12 PM (5 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
f9a6626e
Parents:
32bf905
Message:

Remove commented out and obsolete info in vlc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r32bf905 rb0e89bc  
    229229      Install <application>VLC</application> by running the following commands:
    230230    </para>
    231 <!--
    232 <screen><userinput>export LUAC=/usr/bin/luac5.2                          &amp;&amp;
    233 export LUA_LIBS="$(pkg-config - -libs lua52)"          &amp;&amp;
    234 export CPPFLAGS="$(pkg-config - -cflags lua52)"        &amp;&amp;
    235 -->
     231
    236232<screen><userinput>BUILDCC=gcc ./configure --prefix=/usr --disable-libplacebo &amp;&amp;
    237233make</userinput></screen>
     
    254250  <sect2 role="commands">
    255251    <title>Command Explanations</title>
    256     <!-- The export commands have been commented out
    257     <para>
    258       <command>export ...</command>: These commands ensure building with
    259       <xref linkend="lua52"/>.  Upstream does not support lua 5.4 yet.
    260     </para>-->
    261 <!--  Using this causes problems.  Builds and works fine without this parameter.
    262     <para>
    263       <parameter>- -disable-libva</parameter>: This switch is required to disable
    264       video acceleration in VLC since it is incompatible with ffmpeg-5, and
    265       upstream has no plans to port it due to complexity.
    266     </para>
    267 -->
     252
    268253    <para>
    269254      <parameter>--disable-libplacebo</parameter>: This switch is required to
Note: See TracChangeset for help on using the changeset viewer.