summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-07 21:35:59 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-07 21:35:59 +0000
commitf8f7fa7d3c789db6052c8c82964f253117165dda (patch)
treeff3175a13de9b9497752ea66b7cf8f896f790a46 /libvo/video_out.c
parent9c8b1d16225b6a01e80835e8b8d9fe2b7c24fadc (diff)
downloadmpv-f8f7fa7d3c789db6052c8c82964f253117165dda.tar.bz2
mpv-f8f7fa7d3c789db6052c8c82964f253117165dda.tar.xz
new version by Sven Goethel
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2125 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index ac4a0a06c5..4e4c4988a3 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -53,6 +53,7 @@ extern vo_functions_t video_out_xmga;
extern vo_functions_t video_out_x11;
extern vo_functions_t video_out_xv;
extern vo_functions_t video_out_gl;
+extern vo_functions_t video_out_gl2;
extern vo_functions_t video_out_dga;
extern vo_functions_t video_out_fsdga;
extern vo_functions_t video_out_sdl;
@@ -95,6 +96,7 @@ vo_functions_t* video_out_drivers[] =
#endif
#ifdef HAVE_GL
&video_out_gl,
+ &video_out_gl2,
#endif
#ifdef HAVE_DGA
&video_out_dga,