X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_output%2Fopengl.c;h=77a76c08cc163c0c9224fb5c78871191c3542429;hb=2a8cfbc3b887c0703286d3c97940ff88915143d1;hp=fd185d684bfdec92536dbb45fd64f2dc849d2ba5;hpb=849d30789edad9cdd838053b63752334a49ee871;p=vlc diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c index fd185d684b..77a76c08cc 100644 --- a/modules/video_output/opengl.c +++ b/modules/video_output/opengl.c @@ -69,6 +69,10 @@ #define VLCGL_TYPE VLCGL_RGB_TYPE #endif +#ifndef GL_CLAMP_TO_EDGE +# define GL_CLAMP_TO_EDGE 0x812F +#endif + /* OpenGL effects */ #define OPENGL_EFFECT_NONE 1 #define OPENGL_EFFECT_CUBE 2