Commit 4e33295f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: opengl module needs glext.h

parent ea146367
...@@ -3357,7 +3357,7 @@ then ...@@ -3357,7 +3357,7 @@ then
VLC_ADD_LIBS([directx],[-lgdi32]) VLC_ADD_LIBS([directx],[-lgdi32])
],[AC_MSG_ERROR([Cannot find DirectX headers!])] ],[AC_MSG_ERROR([Cannot find DirectX headers!])]
) )
AC_CHECK_HEADERS(GL/gl.h, AC_CHECK_HEADERS(GL/gl.h GL/glext.h,
[ VLC_ADD_PLUGIN([glwin32]) [ VLC_ADD_PLUGIN([glwin32])
VLC_ADD_LIBS([glwin32],[-lopengl32 -lgdi32]) 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