diff options
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r-- | libvo/video_out.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c index ec4cd9c109..98fa949f52 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -96,6 +96,7 @@ extern vo_functions_t video_out_vdpau; 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_matrixview; extern vo_functions_t video_out_dga; extern vo_functions_t video_out_sdl; extern vo_functions_t video_out_3dfx; @@ -193,6 +194,9 @@ const vo_functions_t* const video_out_drivers[] = &video_out_gl, &video_out_gl2, #endif +#ifdef CONFIG_MATRIXVIEW + &video_out_matrixview, +#endif #ifdef CONFIG_DGA &video_out_dga, #endif |