Commit dd809074 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "Win32: opengl module needs glext.h"

AC_CHECK_HEADERS does not work the way this change assumes. This commit
did not fix the stated problem.

This reverts commit 4e33295f.
parent 03eac524
......@@ -3341,7 +3341,7 @@ then
VLC_ADD_LIBS([directx],[-lgdi32])
],[AC_MSG_ERROR([Cannot find DirectX headers!])]
)
AC_CHECK_HEADERS(GL/gl.h GL/glext.h,
AC_CHECK_HEADERS(GL/gl.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