From 16f0f6c6899500e31045345208696e228b629813 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Wed, 9 Nov 2011 19:25:14 -0500 Subject: [PATCH] glwin32 needs wglew.h not glext.h --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8a542f4d44..9d554a279a 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) ],[],[ -- 2.39.2