summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/tech/qt-libwine-howto.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech/qt-libwine-howto.txt b/DOCS/tech/qt-libwine-howto.txt
index c60580c555..53380f829f 100644
--- a/DOCS/tech/qt-libwine-howto.txt
+++ b/DOCS/tech/qt-libwine-howto.txt
@@ -12,8 +12,8 @@ How to get win32 quicktime audio/video codec plugins support work?
make install
2. Get mplayer CVS (RTFM...), and compile this way:
- ./configure --disable-win32 (--disable-win32 is VERY important)
- add '#define USE_QTX_CODECS' to config.h
+ ./configure --disable-win32 --enable-qtx-codecs
+ (the --disable-win32 is VERY important!!!)
make mplayer.exe.so
3. Get the quicktime DLLs & wine config pack: