diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-25 22:48:05 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-25 22:48:05 +0000 |
commit | 0725e5a61f33d15506b297af5165d879fedaa2a1 (patch) | |
tree | 60ee656fabc8dca637005c601bd8ed8e3dc9a9cb | |
parent | 6358a76b894a7c0b1e0b5dd7311583acf0fe110c (diff) |
-vo directx:ontop, console output, inttypes.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10191 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/en/documentation.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/DOCS/en/documentation.html b/DOCS/en/documentation.html index d4d0ae5bd0..c40f851810 100644 --- a/DOCS/en/documentation.html +++ b/DOCS/en/documentation.html @@ -1822,15 +1822,18 @@ end <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 @@ end 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> |