From 0ea1b308d0ba96b272cfe18ba61b9dd599a16a7f Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 12 Jan 2002 23:30:20 +0000 Subject: added vo_xvidix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4125 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libvo/video_out.c') diff --git a/libvo/video_out.c b/libvo/video_out.c index 6bbd353e0b..a9f14d1965 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -78,6 +78,10 @@ extern vo_functions_t video_out_dxr3; extern vo_functions_t video_out_vesa; #endif extern vo_functions_t video_out_directfb; +#ifdef CONFIG_VIDIX +extern vo_functions_t video_out_xvidix; +#endif + vo_functions_t* video_out_drivers[] = { #ifdef HAVE_XMGA @@ -142,5 +146,8 @@ vo_functions_t* video_out_drivers[] = #ifdef HAVE_DIRECTFB &video_out_directfb, #endif +#ifdef CONFIG_VIDIX + &video_out_xvidix, +#endif NULL }; -- cgit v1.2.3