Mercurial > mplayer.hg
comparison configure @ 21059:ac2556247c7a
disable x11 gl support on osx
author | nplourde |
---|---|
date | Sun, 19 Nov 2006 19:12:29 +0000 |
parents | 20110e4437c6 |
children | 32839ebb8182 |
comparison
equal
deleted
inserted
replaced
21058:1ed61a0494c4 | 21059:ac2556247c7a |
---|---|
4044 echores "$_dga" | 4044 echores "$_dga" |
4045 | 4045 |
4046 | 4046 |
4047 echocheck "OpenGL" | 4047 echocheck "OpenGL" |
4048 #Note: this test is run even with --enable-gl since we autodetect $_ld_gl | 4048 #Note: this test is run even with --enable-gl since we autodetect $_ld_gl |
4049 if (test "$_x11" = yes || win32) && test "$_gl" != no ; then | 4049 if (test "$_x11" = yes || win32 && test "$_macosx" = no) && test "$_gl" != no ; then |
4050 cat > $TMPC << EOF | 4050 cat > $TMPC << EOF |
4051 #include <GL/gl.h> | 4051 #include <GL/gl.h> |
4052 int main(void) { return 0; } | 4052 int main(void) { return 0; } |
4053 EOF | 4053 EOF |
4054 _gl=no | 4054 _gl=no |