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

Rémi Denis-Courmont git at videolan.org
Tue Jul 26 19:09:42 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jul 26 20:03:12 2011 +0300| [dd809074a21e3e3112734d9fc462c410f635887e] | committer: 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 4e33295fb12245a7757d67135790a3c7582262a6.

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

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

diff --git a/configure.ac b/configure.ac
index 940206e..128673d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
       ])



More information about the vlc-commits mailing list