[MPlayer-cvslog] r21075 - trunk/configure
nplourde
subversion at mplayerhq.hu
Sun Nov 19 20:12:29 CET 2006
Author: nplourde
Date: Sun Nov 19 20:12:29 2006
New Revision: 21075
Modified:
trunk/configure
Log:
disable x11 gl support on osx
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Nov 19 20:12:29 2006
@@ -4046,7 +4046,7 @@
echocheck "OpenGL"
#Note: this test is run even with --enable-gl since we autodetect $_ld_gl
-if (test "$_x11" = yes || win32) && test "$_gl" != no ; then
+if (test "$_x11" = yes || win32 && test "$_macosx" = no) && test "$_gl" != no ; then
cat > $TMPC << EOF
#include <GL/gl.h>
int main(void) { return 0; }
More information about the MPlayer-cvslog
mailing list