Remove redundant information about configuring MPlayer for GUI support.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29285 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-05-09 18:47:18 +00:00
parent 2ac4d0d1fb
commit b4f1c69f87
1 changed files with 0 additions and 42 deletions

View File

@ -6,48 +6,6 @@
<sect1 id="skin-overview">
<title>Overview</title>
<para>
It does not really have anything to do with the skin format, but you should
know that <application>MPlayer</application> has
<emphasis role="bold">no</emphasis> builtin skin, so
<emphasis role="bold">at least one skin must be installed in order to be able
to use the GUI.</emphasis>
</para>
<!-- ********** -->
<sect2 id="skin-overview-directories">
<title>Directories</title>
<para>
The directories searched for skins are (in order):
<orderedlist>
<listitem><para>
<filename class="directory">$(DATADIR)/skins/</filename>
</para></listitem>
<listitem><para>
<filename class="directory">$(PREFIX)/share/mplayer/skins/</filename>
</para></listitem>
<listitem><para>
<filename class="directory">~/.mplayer/skins/</filename>
</para></listitem>
</orderedlist>
</para>
<para>
Note that the first path may vary according to the way
<application>MPlayer</application> was configured (see the
<option>--prefix</option> and <option>--datadir</option>
arguments of the <command>configure</command> script).
</para>
<para>
Every skin is installed into its own directory under one of the directories
listed above, for example:
<screen>$(PREFIX)/share/mplayer/skins/default/</screen>
</para>
</sect2>
<!-- ********** -->
<sect2 id="skin-overview-components">