summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-29 09:26:21 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-29 09:26:21 +0000
commit4a8f9a9eec2c3ff5a7c87825648376482f87c05f (patch)
tree525256b100b693de4ea6ac9f61c082a77f637689 /configure
parent47f12e5698bb193e163691c5ec4ea271ba193263 (diff)
downloadmpv-4a8f9a9eec2c3ff5a7c87825648376482f87c05f.tar.bz2
mpv-4a8f9a9eec2c3ff5a7c87825648376482f87c05f.tar.xz
OpenGL reportedly works fine on Mac OS X, see Bugzilla #784.
So I'm removing the automatic disabling to give it more widespread testing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22839 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 865860aee1..7e358807b2 100755
--- a/configure
+++ b/configure
@@ -4126,7 +4126,7 @@ echores "$_dga"
echocheck "OpenGL"
#Note: this test is run even with --enable-gl since we autodetect linker flags
-if (test "$_x11" = yes || win32 && test "$_macosx" != yes) && test "$_gl" != no ; then
+if (test "$_x11" = yes || win32) && test "$_gl" != no ; then
cat > $TMPC << EOF
#include <GL/gl.h>
int main(void) { return 0; }