From 2a8cfbc3b887c0703286d3c97940ff88915143d1 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sat, 25 Jun 2005 14:35:55 +0000 Subject: [PATCH] hummmmmm ... breaking opengl build on windows isn't a good idea --- modules/video_output/opengl.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2