Mercurial > mplayer.hg
comparison configure @ 21129:2ba65302eb17
Fix SVN r21075, it completely disabled OpenGL in almost all cases.
author | reimar |
---|---|
date | Tue, 21 Nov 2006 17:36:39 +0000 |
parents | ef9e23c5ef5b |
children | b42f1c1ef651 |
comparison
equal
deleted
inserted
replaced
21128:ef9e23c5ef5b | 21129:2ba65302eb17 |
---|---|
4016 echores "$_dga" | 4016 echores "$_dga" |
4017 | 4017 |
4018 | 4018 |
4019 echocheck "OpenGL" | 4019 echocheck "OpenGL" |
4020 #Note: this test is run even with --enable-gl since we autodetect linker flags | 4020 #Note: this test is run even with --enable-gl since we autodetect linker flags |
4021 if (test "$_x11" = yes || win32 && test "$_macosx" = no) && test "$_gl" != no ; then | 4021 if (test "$_x11" = yes || win32 && test "$_macosx" != yes) && test "$_gl" != no ; then |
4022 cat > $TMPC << EOF | 4022 cat > $TMPC << EOF |
4023 #include <GL/gl.h> | 4023 #include <GL/gl.h> |
4024 int main(void) { return 0; } | 4024 int main(void) { return 0; } |
4025 EOF | 4025 EOF |
4026 _gl=no | 4026 _gl=no |