glwin32 needs wglew.h not glext.h

This commit is contained in:
Rafaël Carré 2011-11-09 19:25:14 -05:00
parent fecd2c3750
commit 16f0f6c689
1 changed files with 1 additions and 1 deletions

View 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])
],[],[