[Mplayer-cvslog] CVS: main/DOCS/en documentation.html,1.422,1.423

Diego Biurrun CVS diego at mplayerhq.hu
Sun Aug 17 22:48:41 CEST 2003


Update of /cvsroot/mplayer/main/DOCS/en
In directory mail:/var/tmp.root/cvs-serv21942/en

Modified Files:
	documentation.html 
Log Message:
Binary codecs finally work as they should on Windows.


Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/documentation.html,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -r1.422 -r1.423
--- documentation.html	17 Aug 2003 18:10:14 -0000	1.422
+++ documentation.html	17 Aug 2003 20:48:20 -0000	1.423
@@ -1838,12 +1838,13 @@
   <A HREF="http://www.videolan.org/vlc/dx7headers.tgz">DirectX 7 header files</A>
   to compile the DirectX video output driver.</P>
 
-<P>QuickTime DLLs and Real Win32 codecs (not Real Linux codecs) also work.
-  Compile with <CODE>--enable-qtx</CODE> and <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. We have had some reports that Real DLLs need to be
-  writable by the user running MPlayer, but only on some systems.</P>
+<P>Win32 codecs, QuickTime DLLs and Real Win32 codecs (not Real Linux codecs)
+  also work. Put the codecs somewhere in your path or pass
+  <CODE>--with-codecsdir=c:/path/to/your/codecs</CODE> (alternatively
+  <CODE>--with-codecsdir=/path/to/your/codecs</CODE> only on Cygwin) to
+  <CODE>configure</CODE>. 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.</P>
 
 <P>The Cygwin/MinGW console is rather slow. Redirecting output or using the
   <CODE>-quiet</CODE> option has been reported to improve performance on some



More information about the MPlayer-cvslog mailing list