mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 00:48:19 +08:00
0b50c00203
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@539 af4574ff-66df-0310-9fd7-8a98e5e911e0
35 lines
1.3 KiB
XML
35 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 interface code.</para>
|
|
|
|
<para><userinput>--enable-menu --enable-new-conf</userinput> : These
|
|
switches enable the new menu support. It's like an OSD, but youi 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>
|
|
|
|
|