glfs/multimedia/videoutils/mplayer/mplayer-exp.xml
Larry Lawrence d39a6e1924 waiting for ncftp response
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@884 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-25 21:44:11 +00:00

37 lines
1.3 KiB
XML

<sect2>
<title>Command explanations</title>
<!--
<para><userinput>unset CFLAGS</userinput> : This command clears the
compile flags. This command is optional, but the indications are that
the majority of installs will need it.</para>
-->
<para><userinput>--enable-freetype</userinput> : This switch tells
MPlayer to utilize freetype fonts instead of the fonts provided by mplayer.</para>
<para><userinput>--enable-gui</userinput> : This switch tells MPlayer to compile the gui code.</para>
<para><userinput>--enable-menu --enable-new-conf</userinput> : These
switches enable the new menu support. It's like an OSD, but you can
also run a shell with it.</para>
<para><userinput>--enable-shared-pp</userinput> : This enables the
building of a shared libpostproc (library for post processing, featuring
filters like sharpen).</para>
<para><userinput>cp etc/codecs.conf ~/.mplayer</userinput> : This
command copies the standard codecs.conf file to the user. MPlayer
expects this file at startup.</para>
<para><userinput>cp etc/example.conf ~/.mplayer</userinput> : This
command copies the self documented configuration file to the user. We
will create an new config file if you installed the gui or you can copy
this file to <filename>config</filename> and edit it for your
situation.</para>
</sect2>