From fd55a47f0118182fee26e563417a7be101cca148 Mon Sep 17 00:00:00 2001 From: iive Date: Sat, 21 Jun 2003 01:47:26 +0000 Subject: basic xvmc image support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10317 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libvo') diff --git a/libvo/video_out.c b/libvo/video_out.c index 44b8923136..823ceabe5f 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -53,6 +53,7 @@ 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_xvmc; extern vo_functions_t video_out_xv; extern vo_functions_t video_out_gl; extern vo_functions_t video_out_gl2; @@ -127,6 +128,9 @@ vo_functions_t* video_out_drivers[] = #ifdef HAVE_TDFXFB &video_out_tdfxfb, #endif +#ifdef HAVE_XVMC + &video_out_xvmc, +#endif #ifdef HAVE_XV &video_out_xv, #endif -- cgit v1.2.3