[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.331,1.332

Diego Biurrun CVS diego at mplayerhq.hu
Sat Nov 23 02:30:08 CET 2002


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

Modified Files:
	documentation.html 
Log Message:
configure now detects SDL automatically under Cygwin.


Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -r1.331 -r1.332
--- documentation.html	20 Nov 2002 21:42:02 -0000	1.331
+++ documentation.html	23 Nov 2002 01:29:47 -0000	1.332
@@ -1628,36 +1628,6 @@
   do not work/compile, you should disable them in configure with
   <CODE>./configure --disable-win32 --disable-gl --disable-mpdvdkit</CODE>.</P>
 
-<P>SDL has also been reported to work after some tweaking:<BR>
-  There are several changes that need to be made to the <CODE>config.mak</CODE>
-  file after running <CODE>configure</CODE>. These changes, like any change to
-  <CODE>config.mak</CODE> after the <CODE>configure</CODE> run are <B>not</B>
-  supported, so please do <B>not</B> report bugs!</P>
-
-<P>Find the line that reads</P>
-
-<PRE>
-  SDL_LIB = -L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mwindows -mno-cygwin
-</PRE>
-
-<P>and change it to:</P>
-
-<PRE>
-  SDL_LIB = -L/usr/local/lib -lSDL -mcygwin
-</PRE>
-
-<P>and replace</P>
-
-<PRE>
-  SDL_INC = -I/usr/local/include -I/usr/local/include/SDL -Dmain=SDL_main -I/usr/include/mingw -DWIN32 -Uunix -mno-cygwin
-</PRE>
-
-<P>with</P>
-
-<PRE>
-  SDL_INC = -I/usr/local/include -I/usr/local/include/SDL -Uunix -mcygwin
-</PRE>
-
 <P>Instructions and files for making SDL run under Cygwin can be found on the
   <A HREF="http://www.libsdl.org/extras/win32/cygwin/">libsdl site</A>.</P>
 




More information about the MPlayer-cvslog mailing list