2002-10-12 07:04:24 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2003-04-08 23:42:15 +08:00
|
|
|
<!--
|
2002-11-02 10:59:04 +08:00
|
|
|
<para><userinput>unset CFLAGS</userinput> : This command clears the
|
2002-10-12 10:43:32 +08:00
|
|
|
compile flags. This command is optional, but the indications are that
|
|
|
|
the majority of installs will need it.</para>
|
2003-04-08 23:42:15 +08:00
|
|
|
-->
|
2002-10-12 10:43:32 +08:00
|
|
|
|
2002-12-27 11:33:24 +08:00
|
|
|
<para><userinput>--enable-freetype</userinput> : This switch tells
|
|
|
|
MPlayer to utilize freetype fonts instead of the fonts provided by mplayer.</para>
|
2002-10-12 07:04:24 +08:00
|
|
|
|
2003-04-26 05:44:11 +08:00
|
|
|
<para><userinput>--enable-gui</userinput> : This switch tells MPlayer to compile the gui code.</para>
|
2002-12-27 11:33:24 +08:00
|
|
|
|
|
|
|
<para><userinput>--enable-menu --enable-new-conf</userinput> : These
|
2003-04-08 22:28:08 +08:00
|
|
|
switches enable the new menu support. It's like an OSD, but you can
|
2002-12-27 11:33:24 +08:00
|
|
|
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
|
2002-12-28 05:45:09 +08:00
|
|
|
filters like sharpen).</para>
|
2002-10-12 07:04:24 +08:00
|
|
|
|
2002-11-02 10:59:04 +08:00
|
|
|
<para><userinput>cp etc/codecs.conf ~/.mplayer</userinput> : This
|
2002-10-12 10:43:32 +08:00
|
|
|
command copies the standard codecs.conf file to the user. MPlayer
|
|
|
|
expects this file at startup.</para>
|
|
|
|
|
2002-11-02 10:59:04 +08:00
|
|
|
<para><userinput>cp etc/example.conf ~/.mplayer</userinput> : This
|
2002-10-12 10:43:32 +08:00
|
|
|
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>
|
|
|
|
|
|
|
|
|
2002-10-12 07:04:24 +08:00
|
|
|
</sect2>
|
|
|
|
|
2002-10-12 10:43:32 +08:00
|
|
|
|