From: Gildas Bazin Date: Tue, 14 Jun 2005 14:15:34 +0000 (+0000) Subject: * modules/video_output/opengl.c: backport of 11411. X-Git-Tag: 0.8.2~52 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=534c0ed01f5e3d80ae6bbfcc18d2a8167a79d593;p=vlc * modules/video_output/opengl.c: backport of 11411. --- 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