Mercurial > mplayer.hg
changeset 11714:97c248af8374
<replaceable> tags' attack :P + missing space
author | paszczi |
---|---|
date | Thu, 01 Jan 2004 17:45:55 +0000 |
parents | a1bc8133084a |
children | ff768aa3c2fc |
files | DOCS/xml/en/ports.xml |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/ports.xml Thu Jan 01 17:44:41 2004 +0000 +++ b/DOCS/xml/en/ports.xml Thu Jan 01 17:45:55 2004 +0000 @@ -53,7 +53,7 @@ <para> <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 -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 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/mplayer?nav=index.html|src/.|src/packages">MPlayer</ulink> and the @@ -291,8 +291,8 @@ <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 - <option>--with-codecsdir=c:/path/to/your/codecs</option> (alternatively - <option>--with-codecsdir=/path/to/your/codecs</option> only on + <option>--with-codecsdir=<replaceable>c:/path/to/your/codecs</replaceable></option> (alternatively + <option>--with-codecsdir=<replaceable>/path/to/your/codecs</replaceable></option> only on <application>Cygwin</application>) to <filename>configure</filename>. We 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 @@ -334,9 +334,9 @@ that Windows exposes on VCDs. It works like this (adjust for the drive letter 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 of your DVD-ROM:</para> @@ -364,9 +364,9 @@ <para>VCDs and DVDs work almost like <application>Cygwin</application> (adjust 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://<title> -dvd-device /d/</screen>