Commit 16f0f6c6 authored by Rafaël Carré's avatar Rafaël Carré

glwin32 needs wglew.h not glext.h

parent fecd2c37
......@@ -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])
],[],[
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment