]> git.sesse.net Git - vlc/commitdiff
forward port 11543 (again)
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 26 Jun 2005 16:03:48 +0000 (16:03 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 26 Jun 2005 16:03:48 +0000 (16:03 +0000)
modules/video_output/opengl.c

index fd185d684bfdec92536dbb45fd64f2dc849d2ba5..77a76c08cc163c0c9224fb5c78871191c3542429 100644 (file)
 #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