[Mplayer-cvslog] CVS: main/DOCS/xml/en ports.xml,1.2,1.3

Diego Biurrun CVS diego at mplayerhq.hu
Mon May 26 00:56:13 CEST 2003


Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var/tmp.root/cvs-serv6570/DOCS/xml/en

Modified Files:
	ports.xml 
Log Message:
-vo directx:ontop, console output, inttypes.h


Index: ports.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/ports.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ports.xml	25 May 2003 19:15:01 -0000	1.2
+++ ports.xml	25 May 2003 22:55:46 -0000	1.3
@@ -270,7 +270,8 @@
 </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 @@
 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 @@
 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>



More information about the MPlayer-cvslog mailing list