[vlc-commits] Win32: opengl module needs glext.h

Jean-Baptiste Kempf git at videolan.org
Mon Jul 25 02:49:22 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul 25 02:48:59 2011 +0200| [4e33295fb12245a7757d67135790a3c7582262a6] | committer: Jean-Baptiste Kempf

Win32: opengl module needs glext.h

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e33295fb12245a7757d67135790a3c7582262a6
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index eb7177b..97785f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3357,7 +3357,7 @@ then
         VLC_ADD_LIBS([directx],[-lgdi32])
       ],[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_LIBS([glwin32],[-lopengl32 -lgdi32])
       ])



More information about the vlc-commits mailing list