summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-25 22:55:46 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-25 22:55:46 +0000
commita754911d1e30b2713847ae44c84b9ebc5c33f943 (patch)
tree035f51c897becf45bbf06c3aea8492e1d517e550 /DOCS
parent0725e5a61f33d15506b297af5165d879fedaa2a1 (diff)
downloadmpv-a754911d1e30b2713847ae44c84b9ebc5c33f943.tar.bz2
mpv-a754911d1e30b2713847ae44c84b9ebc5c33f943.tar.xz
-vo directx:ontop, console output, inttypes.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10192 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/ports.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 0ce34cf1b3..e29b89256c 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -270,7 +270,8 @@ mailing list for help and latest information.
</para>
<para>
-You have to copy or symlink <filename>etc/cygwin_inttypes.h</filename>
+Cygwin versions prior to 1.3.23 do not include <filename>inttypes.h</filename>.
+You will have to copy or symlink <filename>etc/cygwin_inttypes.h</filename>
from the MPlayer source directory to <filename>/usr/include/inttypes.h</filename>
in order to make MPlayer compile.
</para>
@@ -279,8 +280,10 @@ in order to make MPlayer compile.
To get native DirectX video, download
<ulink url="http://www.videolan.org/vlc/dx7headers.tgz">DirectX 7 header files</ulink>,
extract them to <filename>/usr/include/</filename> or <filename>/usr/local/include/</filename>
-and recompile. If the image is distorted, try turning off hardware acceleration with
-<option>-vo directx:noaccel</option>
+and recompile. You will then be able to use the directx video out driver. You
+can make the movie window stay on top with <option>-vo directx:ontop</option>. If
+the image is distorted, try turning off hardware acceleration with
+<option>-vo directx:noaccel</option>.
</para>
<para>
@@ -308,6 +311,12 @@ the default Windows DLL location, <filename class="directory">C:\WINNT\system32<
or <filename class="directory">C:\Windows\system</filename> depending on your
Windows version.
</para>
+
+<para>
+The Cygwin console is rather slow. Redirecting output or using the
+<option>-quiet</option> option has been reported to improve performance.
+</para>
+
</sect1>
</chapter>