Mercurial > mplayer.hg
changeset 11325:5349a1ea37ab
QT DLLs need to be in the system dir.
author | diego |
---|---|
date | Thu, 30 Oct 2003 02:23:09 +0000 |
parents | 9fceaedbd5a6 |
children | 23192e33fad5 |
files | DOCS/xml/en/ports.xml |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/ports.xml Thu Oct 30 00:21:31 2003 +0000 +++ b/DOCS/xml/en/ports.xml Thu Oct 30 02:23:09 2003 +0000 @@ -279,13 +279,15 @@ <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