From 6e4458ffa394553b8d5e21f6b3a536d5be48b787 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 24 Apr 2010 16:46:47 +0000 Subject: First steps to support -vo gl with SDL-based Window handling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31062 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/gl_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/gl_common.h') 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 { -- cgit v1.2.3