mirror of https://github.com/mpv-player/mpv
QT DLLs need to be in the system dir.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11326 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b23b760b7d
commit
ee80a9ea71
|
@ -279,13 +279,15 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
|
|||
<ulink url="http://www.videolan.org/vlc/dx7headers.tgz">DirectX 7 header files</ulink>
|
||||
to compile the DirectX video output driver.</para>
|
||||
|
||||
<para>Win32 codecs, QuickTime DLLs and Real Win32 codecs (not Real Linux codecs)
|
||||
also work. Put the codecs somewhere in your path or pass
|
||||
<para>You can use Win32 codecs and Real Win32 codecs (not Real Linux codecs)
|
||||
if you want to. Put the codecs somewhere in your path or pass
|
||||
<option>--with-codecsdir=c:/path/to/your/codecs</option> (alternatively
|
||||
<option>--with-codecsdir=/path/to/your/codecs</option> only on Cygwin) to
|
||||
<filename>configure</filename>. We have had some reports that Real DLLs need
|
||||
to be writable by the user running MPlayer, but only on some systems. Try
|
||||
making them writable if you have problems.</para>
|
||||
making them writable if you have problems. QuickTime DLLs also work, but you
|
||||
will have to put them in your Windows system directory
|
||||
(<filename class="directory">C:\Windows\system\</filename> or similar).</para>
|
||||
|
||||
<para>The Cygwin/MinGW console is rather slow. Redirecting output or using
|
||||
the <option>-quiet</option> option has been reported to improve performance
|
||||
|
|
Loading…
Reference in New Issue