Commit 2a8cfbc3 authored by Antoine Cellerier's avatar Antoine Cellerier

hummmmmm ... breaking opengl build on windows isn't a good idea

parent 3125cdcb
...@@ -69,6 +69,10 @@ ...@@ -69,6 +69,10 @@
#define VLCGL_TYPE VLCGL_RGB_TYPE #define VLCGL_TYPE VLCGL_RGB_TYPE
#endif #endif
#ifndef GL_CLAMP_TO_EDGE
# define GL_CLAMP_TO_EDGE 0x812F
#endif
/* OpenGL effects */ /* OpenGL effects */
#define OPENGL_EFFECT_NONE 1 #define OPENGL_EFFECT_NONE 1
#define OPENGL_EFFECT_CUBE 2 #define OPENGL_EFFECT_CUBE 2
......
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