[Mplayer-cvslog] CVS: 0_90/DOCS documentation.html,1.398,1.399
Diego Biurrun CVS
diego at mplayerhq.hu
Mon May 26 00:49:19 CEST 2003
Update of /cvsroot/mplayer/0_90/DOCS
In directory mail:/var/tmp.root/cvs-serv31823
Modified Files:
documentation.html
Log Message:
-vo directx:ontop, console output, inttypes.h
Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/0_90/DOCS/documentation.html,v
retrieving revision 1.398
retrieving revision 1.399
diff -u -r1.398 -r1.399
--- documentation.html 29 Apr 2003 02:02:25 -0000 1.398
+++ documentation.html 25 May 2003 22:49:17 -0000 1.399
@@ -1819,15 +1819,18 @@
<A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">mplayer-cygwin</A>
mailing list for help and latest information.</P>
-<P>You have to copy or symlink <CODE>etc/cygwin_inttypes.h</CODE> from the
+<P>Cygwin versions prior to 1.3.23 do not include <CODE>inttypes.h</CODE>. You
+ will have to copy or symlink <CODE>etc/cygwin_inttypes.h</CODE> from the
MPlayer source directory to <CODE>/usr/include/inttypes.h</CODE> in order to
make MPlayer compile.</P>
<P>To get native DirectX video, download
<A HREF="http://www.videolan.org/vlc/dx7headers.tgz">DirectX 7 header files</A>,
extract them to <CODE>/usr/include/</CODE> or <CODE>/usr/local/include/</CODE>
- and recompile. If the image is distorted, try turning off hardware
- acceleration with <CODE>-vo directx:noaccel</CODE>.</P>
+ and recompile. You will then be able to use the directx video out driver. You
+ can make the movie window stay on top with <CODE>-vo directx:ontop</CODE>. If
+ the image is distorted, try turning off hardware acceleration with
+ <CODE>-vo directx:noaccel</CODE>.</P>
<P>Instructions and files for making SDL run under Cygwin can be found on the
<A HREF="http://www.libsdl.org/extras/win32/cygwin/">libsdl site</A>.</P>
@@ -1849,6 +1852,9 @@
<CODE>--enable-qtx-codecs</CODE> and put the codecs into the
default Windows DLL location, <CODE>C:\WINNT\system32</CODE> or
<CODE>C:\Windows\system</CODE> depending on your Windows version.</P>
+
+<P>The Cygwin console is rather slow. Redirecting output or using the
+ <CODE>-quiet</CODE> option has been reported to improve performance.</P>
More information about the MPlayer-cvslog
mailing list