From 534c0ed01f5e3d80ae6bbfcc18d2a8167a79d593 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Tue, 14 Jun 2005 14:15:34 +0000 Subject: [PATCH] * modules/video_output/opengl.c: backport of 11411. --- 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 2e3a43c319..ba0ff6d752 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.5