Commit f1205b99 authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_output/opengl.c: win32 build fix (by Dnumgis).

parent 628379cc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment