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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 14899b82a5..5312c75e48 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -129,6 +129,9 @@ extern vo_functions_t video_out_cvidix;
#ifdef HAVE_TDFX_VID
extern vo_functions_t video_out_tdfx_vid;
#endif
+#ifdef HAVE_XVR100
+extern vo_functions_t video_out_xvr100;
+#endif
#ifdef HAVE_TGA
extern vo_functions_t video_out_tga;
#endif
@@ -147,6 +150,9 @@ extern vo_functions_t video_out_md5sum;
vo_functions_t* video_out_drivers[] =
{
+#ifdef HAVE_XVR100
+ &video_out_xvr100,
+#endif
#ifdef HAVE_TDFX_VID
&video_out_tdfx_vid,
#endif