[vlc-commits] glwin32 needs wglew.h not glext.h
Rafaël Carré
git at videolan.org
Thu Nov 10 01:25:59 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Nov 9 19:25:14 2011 -0500| [16f0f6c6899500e31045345208696e228b629813] | committer: Rafaël Carré
glwin32 needs wglew.h not glext.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=16f0f6c6899500e31045345208696e228b629813
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8a542f4..9d554a2 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])
],[],[
More information about the vlc-commits
mailing list