summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index ef38f58808..f6f6a4f234 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -372,6 +372,7 @@ void glDisableYUVConversion(GLenum target, int type);
enum MPGLType {
GLTYPE_W32,
GLTYPE_X11,
+ GLTYPE_SDL,
};
typedef struct MPGLContext {