Commit 7a179eeb authored by Antoine Cellerier's avatar Antoine Cellerier

forward port 11543 (again)

parent 7e136668
...@@ -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