From c9f2a3636c86b908878a27a05c73b7f939d6f732 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 2 Nov 2008 16:37:45 +0000 Subject: Change OpenGL support to work on unmodified MinGW64 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27879 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index af73e6e5cc..329e0a7572 100755 --- a/configure +++ b/configure @@ -4179,11 +4179,11 @@ echocheck "OpenGL" #Note: this test is run even with --enable-gl since we autodetect linker flags if (test "$_x11" = yes || win32) && test "$_gl" != no ; then cat > $TMPC << EOF -#include #ifdef GL_WIN32 #include -#include +#include #else +#include #include #include #endif -- cgit v1.2.3