Remove using the external ffmpeg from mplayer.

This commit is contained in:
Bruce Dubbs 2023-03-07 13:18:13 -06:00
parent 66c5842895
commit 050c538d87
2 changed files with 12 additions and 6 deletions

View File

@ -41,6 +41,10 @@
<listitem>
<para>March 7th, 2023</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Remove using the external ffmpeg from mplayer. Fixes
<ulink url="&blfs-ticket-root;17751">#17751</ulink>.</para>
</listitem>
<listitem>
<para>[thomas] - Update to tigervnc-1.13.1. Fixes
<ulink url="&blfs-ticket-root;17759">#17759</ulink>.</para>

View File

@ -147,8 +147,8 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="ffmpeg"/>,
<xref linkend="gtk2"/>, and
<!--<xref linkend="ffmpeg"/>,-->
<xref linkend="gtk2"/> and
<xref linkend="libvdpau-va-gl"/>
</para>
@ -278,8 +278,8 @@
--confdir=/etc/mplayer \
--enable-dynamic-plugins \
--disable-libmpeg2-internal \
--disable-ffmpeg_a \
--enable-menu \
<!-- - -disable-ffmpeg_a \
--> --enable-menu \
--enable-runtime-cpudetection \
--enable-gui &amp;&amp;
make</userinput></screen>
@ -376,9 +376,11 @@ ln -sfvn Clearlooks /usr/share/mplayer/skins/default</userinput></screen>
<para>
<option>--disable-ffmpeg_a</option>: You can use this option if you have
installed <xref linkend="ffmpeg"/>. <!--MPlayer includes a copy of the FFmpeg
installed a version of ffmpeg prior to ffmpeg-6.0. This
version of MPlayer is incompatible with the latest version of ffmpeg.
MPlayer does include a copy of the FFmpeg
source and without this option it will statically compile the included
version of FFmpeg into itself.--> Dynamically linking to a system installed
version of FFmpeg into itself. Dynamically linking to a system installed
FFmpeg makes MPlayer and Mencoder about 9MB smaller. <!--If MPlayer exhibits
unstable behavior linked to a system installed FFmpeg, try recompiling MPlayer
without this option (it is always more thoroughly tested with the included