1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-04 23:40:47 +00:00

<replaceable> tags' attack :P + missing space

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11715 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
paszczi 2004-01-01 17:45:55 +00:00
parent e17cde56e7
commit 5c6833720d

View File

@ -53,7 +53,7 @@ get working RPMs from
<para> <para>
<application>MPlayer</application> works on Linux PDAs with ARM CPU e.g. Sharp Zaurus, <application>MPlayer</application> works on Linux PDAs with ARM CPU e.g. Sharp Zaurus,
Compaq Ipaq. The easiest way to obtain <application>MPlayer</application> is to get it Compaq Ipaq. The easiest way to obtain <application>MPlayer</application> is to get it
from one of the<ulink url="http://www.openzaurus.org">OpenZaurus</ulink> package feeds. If from one of the <ulink url="http://www.openzaurus.org">OpenZaurus</ulink> package feeds. If
you want to compile it yourself, you should look at the you want to compile it yourself, you should look at the
<ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/mplayer?nav=index.html|src/.|src/packages">MPlayer</ulink> <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/mplayer?nav=index.html|src/.|src/packages">MPlayer</ulink>
and the and the
@ -291,8 +291,8 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
<para>You can use Win32 codecs and Real Win32 codecs (not Real Linux codecs) <para>You can use Win32 codecs and Real Win32 codecs (not Real Linux codecs)
if you want to. Put the codecs somewhere in your path or pass if you want to. Put the codecs somewhere in your path or pass
<option>--with-codecsdir=c:/path/to/your/codecs</option> (alternatively <option>--with-codecsdir=<replaceable>c:/path/to/your/codecs</replaceable></option> (alternatively
<option>--with-codecsdir=/path/to/your/codecs</option> only on <option>--with-codecsdir=<replaceable>/path/to/your/codecs</replaceable></option> only on
<application>Cygwin</application>) to <filename>configure</filename>. We <application>Cygwin</application>) to <filename>configure</filename>. We
have had some reports that Real DLLs need to be writable by the user running have had some reports that Real DLLs need to be writable by the user running
<application>MPlayer</application>, but only on some systems. Try making <application>MPlayer</application>, but only on some systems. Try making
@ -334,9 +334,9 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
that Windows exposes on VCDs. It works like this (adjust for the drive letter that Windows exposes on VCDs. It works like this (adjust for the drive letter
of your CD-ROM):</para> of your CD-ROM):</para>
<screen>mplayer d:/mpegav/avseq01.dat</screen> <screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
<screen>mplayer /cygdrive/d/MPEG2/AVSEQ01.MPG</screen> <screen>mplayer <replaceable>/cygdrive/d/MPEG2/AVSEQ01.MPG</replaceable></screen>
<para>DVDs also work, adjust <option>-dvd-device</option> for the drive letter <para>DVDs also work, adjust <option>-dvd-device</option> for the drive letter
of your DVD-ROM:</para> of your DVD-ROM:</para>
@ -364,9 +364,9 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
<para>VCDs and DVDs work almost like <application>Cygwin</application> (adjust <para>VCDs and DVDs work almost like <application>Cygwin</application> (adjust
for the drive letter of your CD-ROM/DVD-ROM):</para> for the drive letter of your CD-ROM/DVD-ROM):</para>
<screen>mplayer d:/mpegav/avseq01.dat</screen> <screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
<screen>mplayer /d/MPEG2/AVSEQ01.MPG</screen> <screen>mplayer <replaceable>/d/MPEG2/AVSEQ01.MPG</replaceable></screen>
<screen>mplayer dvd://&lt;title&gt; -dvd-device /d/</screen> <screen>mplayer dvd://&lt;title&gt; -dvd-device /d/</screen>