diff libvo/gl_common.h @ 31020:529614f44431

First steps to support -vo gl with SDL-based Window handling.
author reimar
date Sat, 24 Apr 2010 16:46:47 +0000
parents 76e1dd50dccf
children 747ac0043bd5
line wrap: on
line diff
--- a/libvo/gl_common.h	Sat Apr 24 10:50:21 2010 +0000
+++ b/libvo/gl_common.h	Sat Apr 24 16:46:47 2010 +0000
@@ -372,6 +372,7 @@
 enum MPGLType {
   GLTYPE_W32,
   GLTYPE_X11,
+  GLTYPE_SDL,
 };
 
 typedef struct MPGLContext {