~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to DOCS/xml/en/install.xml

  • Committer: Reinhard Tartler
  • Date: 2006-07-08 08:47:54 UTC
  • Revision ID: siretart@tauware.de-20060708084754-c3ff228cc9c2d8de
upgrade to pre8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="iso-8859-1"?>
2
 
<!-- $Revision: 1.60 $ -->
 
2
<!-- $Revision: 17975 $ -->
3
3
<chapter id="install">
4
4
<title>Installation</title>
5
5
 
95
95
  <emphasis role="bold">libvorbis</emphasis> - optional, needed for playing OGG Vorbis audio.
96
96
  </para></listitem>
97
97
<listitem><para>
98
 
  <emphasis role="bold"><ulink url="http://www.live.com/mplayer/">LIVE.COM Streaming Media</ulink></emphasis>
 
98
  <emphasis role="bold"><ulink url="http://www.live555.com/mplayer/">LIVE555 Streaming Media</ulink></emphasis>
99
99
  - optional, needed for playing RTSP/RTP streams.
100
100
  </para></listitem>
101
101
<listitem><para>
162
162
  <emphasis role="bold">Win32 codecs</emphasis>: If you plan to use
163
163
  <application>MPlayer</application> on x86 architecture, you will possibly need
164
164
  them. Download a codec package from our
165
 
  <ulink url="http://www.mplayerhq.hu/homepage/design7/codecs.html">codecs page</ulink>
 
165
  <ulink url="http://www.mplayerhq.hu/design7/codecs.html">codecs page</ulink>
166
166
  and put the codecs in <filename class="directory">/usr/local/lib/codecs</filename>
167
167
  <emphasis role="bold">BEFORE</emphasis> compiling <application>MPlayer</application>,
168
168
  otherwise no Win32 support will be compiled!
545
545
<para>
546
546
As <application>MPlayer</application> doesn't have a skin included, you
547
547
have to download them if you want to use the GUI. See the <ulink
548
 
url="http://www.mplayerhq.hu/homepage/dload.html">download page</ulink>.
 
548
url="http://www.mplayerhq.hu/dload.html">download page</ulink>.
549
549
They should be extracted to the usual system-wide directory (<filename
550
 
class="directory">$PREFIX/share/mplayer/Skin</filename>), or to <filename
551
 
class="directory">$HOME/.mplayer/Skin</filename>.
 
550
class="directory">$PREFIX/share/mplayer/skins</filename>), or to <filename
 
551
class="directory">$HOME/.mplayer/skins</filename>.
552
552
<application>MPlayer</application> by default looks in these directories
553
553
for a directory named <filename class="directory">default</filename>, but
554
554
you can use the <option>-skin <replaceable>newskin</replaceable></option>
555
555
option, or the <literal>skin=newskin</literal> config file directive to use
556
 
the skin in <filename class="directory">*/Skin/newskin</filename>
 
556
the skin in <filename class="directory">*/skins/newskin</filename>
557
557
directory.
558
558
</para>
559
559
</sect1>