]> git.sesse.net Git - vlc/commitdiff
glwin32 needs wglew.h not glext.h
authorRafaël Carré <funman@videolan.org>
Thu, 10 Nov 2011 00:25:14 +0000 (19:25 -0500)
committerRafaël Carré <funman@videolan.org>
Thu, 10 Nov 2011 00:25:53 +0000 (19:25 -0500)
configure.ac

index 8a542f4d447db96d942a9ff97e3a139ee29987c3..9d554a279adcb713bd0d10552b3ffdec481d6318 100644 (file)
@@ -3253,7 +3253,7 @@ if test "${enable_directx}" != "no"; then
       )
 
       dnl OpenGL
-      AC_CHECK_HEADERS(GL/glext.h,
+      AC_CHECK_HEADERS(GL/wglew.h,
       [ VLC_ADD_PLUGIN([glwin32])
         VLC_ADD_LIBS([glwin32],[-lopengl32 -lgdi32])
       ],[],[