]> git.sesse.net Git - vlc/commitdiff
Revert "Win32: opengl module needs glext.h"
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 26 Jul 2011 17:03:12 +0000 (20:03 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 26 Jul 2011 17:03:12 +0000 (20:03 +0300)
AC_CHECK_HEADERS does not work the way this change assumes. This commit
did not fix the stated problem.

This reverts commit 4e33295fb12245a7757d67135790a3c7582262a6.

configure.ac

index 940206e4ee3a43d8b8a9af076f3fe7fcfe435e8b..128673d98d1e00078583875f8dd9e85643b82d91 100644 (file)
@@ -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])
       ])