Mercurial > mplayer.hg
changeset 10191:6e6844f66d85
-vo directx:ontop, console output, inttypes.h
author | diego |
---|---|
date | Sun, 25 May 2003 22:55:46 +0000 |
parents | d465fb532f37 |
children | dcdc6ae3ebaf |
files | DOCS/xml/en/ports.xml |
diffstat | 1 files changed, 12 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/ports.xml Sun May 25 22:48:05 2003 +0000 +++ b/DOCS/xml/en/ports.xml Sun May 25 22:55:46 2003 +0000 @@ -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>