From: Antoine Cellerier Date: Sat, 25 Jun 2005 14:35:55 +0000 (+0000) Subject: hummmmmm ... breaking opengl build on windows isn't a good idea X-Git-Tag: 0.8.2 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2a8cfbc3b887c0703286d3c97940ff88915143d1;hp=3125cdcbfbb4bd1bc07bdbe06910c666934c117b;p=vlc hummmmmm ... breaking opengl build on windows isn't a good idea --- 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