summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
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 2a47568750..e287563cf8 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -52,6 +52,7 @@ int vo_directrendering=0;
extern vo_functions_t video_out_mga;
extern vo_functions_t video_out_xmga;
extern vo_functions_t video_out_x11;
+extern vo_functions_t video_out_xover;
extern vo_functions_t video_out_xv;
extern vo_functions_t video_out_gl;
extern vo_functions_t video_out_gl2;
@@ -131,6 +132,7 @@ vo_functions_t* video_out_drivers[] =
#endif
#ifdef HAVE_X11
&video_out_x11,
+ &video_out_xover,
#endif
#ifdef HAVE_GL
&video_out_gl,