Commit f6a21a8d authored by Rafaël Carré's avatar Rafaël Carré

Fix wglew.h detection with mingw32

parent 5de6dc1d
...@@ -3257,6 +3257,7 @@ if test "${enable_directx}" != "no"; then ...@@ -3257,6 +3257,7 @@ if test "${enable_directx}" != "no"; then
[ VLC_ADD_PLUGIN([glwin32]) [ VLC_ADD_PLUGIN([glwin32])
VLC_ADD_LIBS([glwin32],[-lopengl32 -lgdi32]) VLC_ADD_LIBS([glwin32],[-lopengl32 -lgdi32])
],[],[ ],[],[
#include <windows.h>
#include <GL/gl.h> #include <GL/gl.h>
]) ])
......
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