summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-28 20:07:29 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-28 20:07:29 +0000
commit32424931c166db32f7f8e00a3d61793d9bec2d1f (patch)
tree95fb767f59e87ef14f47e8ac41a867e92f573918 /DOCS
parent15b8702995f7a1633d8166564ee001dddb9bdf1e (diff)
downloadmpv-32424931c166db32f7f8e00a3d61793d9bec2d1f.tar.bz2
mpv-32424931c166db32f7f8e00a3d61793d9bec2d1f.tar.xz
SDL video out syntax has changed a while ago, but the XML was not updated since now :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17496 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/ports.xml2
-rw-r--r--DOCS/xml/en/video.xml8
2 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 3417777873..da226b9356 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -737,7 +737,7 @@ For build instructions you should refer to the system-specific documentation.
<title>QNX</title>
<para>
You'll need to download and install SDL for QNX. Then run
-<application>MPlayer</application> with <option>-vo sdl:photon</option>
+<application>MPlayer</application> with <option>-vo sdl driver=photon</option>
and <option>-ao sdl:nto</option> options, it should be fast.
</para>
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml
index bcaaffffb3..d7f28e86b7 100644
--- a/DOCS/xml/en/video.xml
+++ b/DOCS/xml/en/video.xml
@@ -407,7 +407,7 @@ accessed by other people because they can gain root privileges through SUID root
<para>
Now use <option>-vo dga</option> option, and there you go! (hope so:) You
-should also try if the <option>-vo sdl:dga</option> option works for you!
+should also try if the <option>-vo sdl driver=dga</option> option works for you!
It's much faster!
</para>
@@ -455,7 +455,7 @@ EndSection
<title>DGA &amp; MPLAYER</title>
<para>
DGA is used in two places with <application>MPlayer</application>: The SDL
-driver can be made to make use of it (<option>-vo sdl:dga</option>) and
+driver can be made to make use of it (<option>-vo sdl driver=dga</option>) and
within the DGA driver (<option>-vo dga</option>). The above said is true
for both; in the following sections I'll explain how the DGA driver for
<application>MPlayer</application> works.
@@ -629,7 +629,7 @@ present) black bar.
<variablelist>
<title>There are several command line switches for SDL:</title>
<varlistentry>
- <term><option>-vo sdl:<replaceable>name</replaceable></option></term>
+ <term><option>-vo sdl driver=<replaceable>name</replaceable></option></term>
<listitem><simpara>
specifies SDL video driver to use (i.e. <literal>aalib</literal>,
<literal>dga</literal>, <literal>x11</literal>)
@@ -676,7 +676,7 @@ present) black bar.
<itemizedlist>
<title>Known bugs:</title>
<listitem><simpara>
- Keys pressed under sdl:aalib console driver repeat forever. (use
+ Keys pressed under sdl driver=aalib console driver repeat forever. (use
<option>-vo aa</option>!) It's bug in SDL, I can't change it (tested with
SDL 1.2.1).
</simpara></listitem>