diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-04-25 10:53:01 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-04-25 10:53:01 +0000 |
commit | a9ff7793e3491b5e78f4baed207b31eeeed61896 (patch) | |
tree | 7fb4acfb097515adcfc09b2b1798b53404fcea91 /libvo/gl_common.h | |
parent | 3a34dbc927a4980606abb4331e7ba8ca6fc1a90d (diff) | |
download | mpv-a9ff7793e3491b5e78f4baed207b31eeeed61896.tar.bz2 mpv-a9ff7793e3491b5e78f4baed207b31eeeed61896.tar.xz |
Support for auto-selecting the OpenGL backend.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31086 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r-- | libvo/gl_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h index f40cadda89..d09f3492fb 100644 --- a/libvo/gl_common.h +++ b/libvo/gl_common.h @@ -373,6 +373,7 @@ void glDisableYUVConversion(GLenum target, int type); /** \} */ enum MPGLType { + GLTYPE_AUTO, GLTYPE_W32, GLTYPE_X11, GLTYPE_SDL, |