]> git.sesse.net Git - vlc/commitdiff
hummmmmm ... breaking opengl build on windows isn't a good idea 0.8.2
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 25 Jun 2005 14:35:55 +0000 (14:35 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 25 Jun 2005 14:35:55 +0000 (14:35 +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