Added a GCC-4 patch to the MPlayer instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5043 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-09-10 04:05:06 +00:00
parent 1db4f8e597
commit da98fb30e9
2 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,9 @@
<listitem>
<para>September 9th, 2005</para>
<itemizedlist>
<listitem>
<para>[randy] - Added a GCC-4 patch to the MPlayer instructions.</para>
</listitem>
<listitem>
<para>[randy] - Added a GCC-4 patch to the Xvid instructions.</para>
</listitem>

View File

@ -80,6 +80,10 @@
<itemizedlist spacing='compact'>
<title>Patches</title>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/MPlayer-&mplayer-version;-gcc4-1.patch"/></para>
</listitem>
<listitem>
<para>Required Patch (for fbdev driver support): <ulink
url="&patch-root;/MPlayer-&mplayer-version;-kernel_2.6-1.patch"/></para>
@ -286,6 +290,7 @@ ln -sfv Blue /usr/share/mplayer/Skin/default</userinput></screen>
commands:</para>
<screen><userinput>patch -Np1 -i ../MPlayer-&mplayer-version;-kernel_2.6-1.patch &amp;&amp;
patch -Np1 -i ../MPlayer-&mplayer-version;-gcc4-1.patch &amp;&amp;
./configure --prefix=/usr --confdir=/etc/mplayer \
--enable-largefiles &amp;&amp;
make</userinput></screen>