Added another patch (Jack fixes) to the MPlayer instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5545 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-01-11 05:36:55 +00:00
parent f7ae70fa48
commit d08127de05

View File

@ -93,6 +93,10 @@
<para>Required Patch: <ulink
url="&patch-root;/MPlayer-&mplayer-version;-x264_fixes-1.patch"/></para>
</listitem>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/MPlayer-&mplayer-version;-jack_fixes-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>
@ -368,6 +372,7 @@ ln -sfv Blue /usr/share/mplayer/Skin/default</userinput></screen>
<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;
patch -Np1 -i ../MPlayer-&mplayer-version;-jack_fixes-1.patch &amp;&amp;
patch -Np1 -i ../MPlayer-&mplayer-version;-x264_fixes-1.patch &amp;&amp;
./configure --prefix=/usr --confdir=/etc/mplayer \
--enable-largefiles &amp;&amp;