[Mplayer-cvslog] CVS: main configure,1.769,1.770

Sascha Sommer CVS faust3 at mplayerhq.hu
Fri Sep 19 22:08:17 CEST 2003


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

Modified Files:
	configure 
Log Message:
make vo_gl2 compile on cygwin, too

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.769
retrieving revision 1.770
diff -u -r1.769 -r1.770
--- configure	19 Sep 2003 14:33:24 -0000	1.769
+++ configure	19 Sep 2003 20:07:50 -0000	1.770
@@ -2938,9 +2938,8 @@
 
 
 echocheck "OpenGL"
-cygwin && _gl=no
 #Note: this test is run even with --enable-gl since we autodetect $_ld_gl
-if (test "$_x11" = yes || mingw32) && test "$_gl" != no ; then
+if (test "$_x11" = yes || mingw32 || cygwin) && test "$_gl" != no ; then
   cat > $TMPC << EOF
 #include <GL/gl.h>
 int main(void) { return 0; }



More information about the MPlayer-cvslog mailing list