Changes in / [3c09cbd0:67bcdc2]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r3c09cbd0 r67bcdc2  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[bdubbs] - Remove using the external ffmpeg from mplayer. Fixes
     46          <ulink url="&blfs-ticket-root;17751">#17751</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[thomas] - Update to sudo-1.9.13p3. Fixes
    4650          <ulink url="&blfs-ticket-root;17762">#17762</ulink>.</para>
  • multimedia/videoutils/mplayer.xml

    r3c09cbd0 r67bcdc2  
    148148    <bridgehead renderas="sect4">Recommended</bridgehead>
    149149    <para role="recommended">
    150       <xref linkend="ffmpeg"/>,
    151       <xref linkend="gtk2"/>, and
     150      <!--<xref linkend="ffmpeg"/>,-->
     151      <xref linkend="gtk2"/> and
    152152      <xref linkend="libvdpau-va-gl"/>
    153153    </para>
     
    279279            --enable-dynamic-plugins      \
    280280            --disable-libmpeg2-internal   \
    281             --disable-ffmpeg_a            \
    282             --enable-menu                 \
     281<!--            - -disable-ffmpeg_a            \
     282-->            --enable-menu                 \
    283283            --enable-runtime-cpudetection \
    284284            --enable-gui                  &amp;&amp;
     
    377377    <para>
    378378      <option>--disable-ffmpeg_a</option>: You can use this option if you have
    379       installed <xref linkend="ffmpeg"/>. <!--MPlayer includes a copy of the FFmpeg
     379      installed a version of ffmpeg prior to ffmpeg-6.0. This
     380      version of MPlayer is incompatible with the latest version of ffmpeg.
     381      MPlayer does include a copy of the FFmpeg
    380382      source and without this option it will statically compile the included
    381       version of FFmpeg into itself.--> Dynamically linking to a system installed
     383      version of FFmpeg into itself. Dynamically linking to a system installed
    382384      FFmpeg makes MPlayer and Mencoder about 9MB smaller. <!--If MPlayer exhibits
    383385      unstable behavior linked to a system installed FFmpeg, try recompiling MPlayer
Note: See TracChangeset for help on using the changeset viewer.