From: RĂ©mi Denis-Courmont Date: Tue, 26 Jul 2011 17:03:12 +0000 (+0300) Subject: Revert "Win32: opengl module needs glext.h" X-Git-Tag: 1.2.0-pre1~1594 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=dd809074a21e3e3112734d9fc462c410f635887e;p=vlc Revert "Win32: opengl module needs glext.h" AC_CHECK_HEADERS does not work the way this change assumes. This commit did not fix the stated problem. This reverts commit 4e33295fb12245a7757d67135790a3c7582262a6. --- diff --git a/configure.ac b/configure.ac index 940206e4ee..128673d98d 100644 --- a/configure.ac +++ b/configure.ac @@ -3341,7 +3341,7 @@ then VLC_ADD_LIBS([directx],[-lgdi32]) ],[AC_MSG_ERROR([Cannot find DirectX headers!])] ) - AC_CHECK_HEADERS(GL/gl.h GL/glext.h, + AC_CHECK_HEADERS(GL/gl.h, [ VLC_ADD_PLUGIN([glwin32]) VLC_ADD_LIBS([glwin32],[-lopengl32 -lgdi32]) ])