diff options
author | paszczi <paszczi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-01 17:45:55 +0000 |
---|---|---|
committer | paszczi <paszczi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-01 17:45:55 +0000 |
commit | 5c6833720db37dd9bab41393813a691714a89eb8 (patch) | |
tree | 7be036cb10731da87862565ffa59ec2d439adff2 /DOCS | |
parent | e17cde56e76e3e253c66062c6789b35b3ec740fa (diff) |
<replaceable> tags' attack :P + missing space
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11715 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/ports.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index 1c97c84b0b..4ca4a6c682 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -53,7 +53,7 @@ get working RPMs from <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 @@ 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) 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 @@ 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 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 @@ 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 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> |