mirror of https://github.com/mpv-player/mpv
Real DLLs now work under Cygwin.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10446 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d2bbc878f3
commit
b055aca9bf
|
@ -1861,8 +1861,8 @@ end
|
|||
|
||||
<P><CODE>mplayer dvd://<title> -dvd-device '\\.\d:'</CODE></P>
|
||||
|
||||
<P>QuickTime DLLs have also been reported to work. Compile with
|
||||
<CODE>--enable-qtx</CODE> and put the codecs into the
|
||||
<P>QuickTime and Real DLLs also work. Compile with <CODE>--enable-qtx</CODE>
|
||||
<CODE>--enable-real</CODE> and put the codecs into the
|
||||
default Windows DLL location, <CODE>C:\WINNT\system32</CODE> or
|
||||
<CODE>C:\Windows\system</CODE> depending on your Windows version.</P>
|
||||
|
||||
|
|
|
@ -305,8 +305,8 @@ device is:
|
|||
</para>
|
||||
|
||||
<para>
|
||||
QuickTime DLLs have also been reported to work. Compile with
|
||||
<option>--enable-qtx</option> and put the codecs into
|
||||
QuickTime and Real DLLs also work. Compile with <option>--enable-qtx</option>
|
||||
and <option>--enable-real</option> and put the codecs into
|
||||
the default Windows DLL location, <filename class="directory">C:\WINNT\system32</filename>
|
||||
or <filename class="directory">C:\Windows\system</filename> depending on your
|
||||
Windows version.
|
||||
|
|
Loading…
Reference in New Issue