[vlc-commits] Fix wglew.h detection with mingw32

Rafaël Carré git at videolan.org
Fri Nov 11 08:52:46 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Nov 11 02:52:34 2011 -0500| [f6a21a8d352be77c4626cb94f0a2c44538e8a333] | committer: Rafaël Carré

Fix wglew.h detection with mingw32

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

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

diff --git a/configure.ac b/configure.ac
index 2e57011..761edcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3257,6 +3257,7 @@ if test "${enable_directx}" != "no"; then
       [ VLC_ADD_PLUGIN([glwin32])
         VLC_ADD_LIBS([glwin32],[-lopengl32 -lgdi32])
       ],[],[
+        #include <windows.h>
         #include <GL/gl.h>
       ])
 



More information about the vlc-commits mailing list