# HG changeset patch # User diego # Date 1061153318 0 # Node ID 6f51d17ecfc8ecb487d04b318c78b3f82b2be8e9 # Parent 857a34ff479d39fbf75069dd72aeefaef33f5d01 Binary codecs finally work as they should on Windows. diff -r 857a34ff479d -r 6f51d17ecfc8 DOCS/en/documentation.html --- a/DOCS/en/documentation.html Sun Aug 17 20:42:06 2003 +0000 +++ b/DOCS/en/documentation.html Sun Aug 17 20:48:38 2003 +0000 @@ -1838,12 +1838,13 @@ DirectX 7 header files to compile the DirectX video output driver.

-

QuickTime DLLs and Real Win32 codecs (not Real Linux codecs) also work. - Compile with --enable-qtx and --enable-real and - put the codecs into the default Windows DLL location, - C:\WINNT\system32 or C:\Windows\system depending - on your Windows version. We have had some reports that Real DLLs need to be - writable by the user running MPlayer, but only on some systems.

+

Win32 codecs, QuickTime DLLs and Real Win32 codecs (not Real Linux codecs) + also work. Put the codecs somewhere in your path or pass + --with-codecsdir=c:/path/to/your/codecs (alternatively + --with-codecsdir=/path/to/your/codecs only on Cygwin) to + configure. 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.

The Cygwin/MinGW console is rather slow. Redirecting output or using the -quiet option has been reported to improve performance on some diff -r 857a34ff479d -r 6f51d17ecfc8 DOCS/xml/en/ports.xml --- a/DOCS/xml/en/ports.xml Sun Aug 17 20:42:06 2003 +0000 +++ b/DOCS/xml/en/ports.xml Sun Aug 17 20:48:38 2003 +0000 @@ -278,14 +278,13 @@ DirectX 7 header files to compile the DirectX video output driver. -QuickTime DLLx and Real Win32 codecs (not Real Linux codecs) also work. - Compile with - and and put the codecs into the - default Windows DLL location, - C:\WINNT\system32 or - C:\Windows\system depending on your - Windows version. We have had some reports that Real DLLs need to be - writable by the user running MPlayer, but only on some systems. +Win32 codecs, QuickTime DLLs and Real Win32 codecs (not Real Linux codecs) + also work. Put the codecs somewhere in your path or pass + (alternatively + only on Cygwin) to + configure. 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. The Cygwin/MinGW console is rather slow. Redirecting output or using the option has been reported to improve performance