Mercurial > mplayer.hg
changeset 10190:d465fb532f37
-vo directx:ontop, console output, inttypes.h
author | diego |
---|---|
date | Sun, 25 May 2003 22:48:05 +0000 |
parents | c71bbf25c445 |
children | 6e6844f66d85 |
files | DOCS/en/documentation.html |
diffstat | 1 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <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> @@ -1853,6 +1856,9 @@ 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> + <H1><A NAME="encoding">7.</A> <A HREF="encoding.html">Encoding with MEncoder</A></H1>