mirror of https://github.com/mpv-player/mpv
-vo directx:ontop, console output, inttypes.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10191 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6358a76b89
commit
0725e5a61f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue