Changeset 050c538


Ignore:
Timestamp:
03/07/2023 07:18:13 PM (14 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
67bcdc2
Parents:
66c5842
Message:

Remove using the external ffmpeg from mplayer.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r66c5842 r050c538  
    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 tigervnc-1.13.1. Fixes
    4650          <ulink url="&blfs-ticket-root;17759">#17759</ulink>.</para>
  • multimedia/videoutils/mplayer.xml

    r66c5842 r050c538  
    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.