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 56b2d643d7..ad3f01265b 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -69,6 +69,7 @@ extern vo_functions_t video_out_tdfxfb;
extern vo_functions_t video_out_null;
//extern vo_functions_t video_out_odivx;
extern vo_functions_t video_out_zr;
+extern vo_functions_t video_out_zr2;
extern vo_functions_t video_out_bl;
extern vo_functions_t video_out_pgm;
extern vo_functions_t video_out_md5;
@@ -182,6 +183,7 @@ vo_functions_t* video_out_drivers[] =
#endif
#ifdef HAVE_ZR
&video_out_zr,
+ &video_out_zr2,
#endif
#ifdef HAVE_BL
&video_out_bl,