diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-30 02:23:09 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-30 02:23:09 +0000 |
commit | ee80a9ea71f45977225c99a9dd056c9fa62e5d28 (patch) | |
tree | c9fcc9368c71e5a72ede8daac4da89c794645136 /DOCS/xml/en | |
parent | b23b760b7d60066ecad6916d4f7caa312303ff5c (diff) |
QT DLLs need to be in the system dir.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11326 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r-- | DOCS/xml/en/ports.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index 574d31af3d..480a0fa898 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -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 |