# HG changeset patch # User diego # Date 1053902885 0 # Node ID d465fb532f3735e8c93b57723956dec17c93ae92 # Parent c71bbf25c445cbd1d528ba50401fe85e2bcf80ab -vo directx:ontop, console output, inttypes.h diff -r c71bbf25c445 -r d465fb532f37 DOCS/en/documentation.html --- a/DOCS/en/documentation.html Sun May 25 22:36:18 2003 +0000 +++ b/DOCS/en/documentation.html Sun May 25 22:48:05 2003 +0000 @@ -1822,15 +1822,18 @@ mplayer-cygwin mailing list for help and latest information.
-You have to copy or symlink etc/cygwin_inttypes.h
from the
+
Cygwin versions prior to 1.3.23 do not include inttypes.h
. You
+ will have to copy or symlink etc/cygwin_inttypes.h
from the
MPlayer source directory to /usr/include/inttypes.h
in order to
make MPlayer compile.
To get native DirectX video, download
DirectX 7 header files,
extract them to /usr/include/
or /usr/local/include/
- and recompile. If the image is distorted, try turning off hardware
- acceleration with -vo directx:noaccel
.
-vo directx:ontop
. If
+ the image is distorted, try turning off hardware acceleration with
+ -vo directx:noaccel
.
Instructions and files for making SDL run under Cygwin can be found on the libsdl site.
@@ -1853,6 +1856,9 @@ default Windows DLL location,C:\WINNT\system32
or
C:\Windows\system
depending on your Windows version.
+The Cygwin console is rather slow. Redirecting output or using the
+ -quiet
option has been reported to improve performance.