fixed a typo in mplayer instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1735 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2004-01-29 21:00:18 +00:00
parent f3f8f42b7f
commit bf5edeecde

View File

@ -13,7 +13,7 @@ optimizations.</para></note>
<para>Install <application>MPlayer</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --confdir=/etc/mplayer \
--enable-largefiles --enable-shared-pp \
--enable-largefiles --enable-shared-pp &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
make -C libavcodec/libpostproc install</command></userinput></screen>