From 44e4aca4a78e36269bad36114e6718207fc5ddbc Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Tue, 27 Feb 2001 01:08:09 +0000 Subject: DGA support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13 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 1afe77ee51..8698d956b0 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -40,6 +40,7 @@ extern vo_functions_t video_out_xmga; extern vo_functions_t video_out_x11; extern vo_functions_t video_out_xv; extern vo_functions_t video_out_gl; +extern vo_functions_t video_out_dga; extern vo_functions_t video_out_sdl; extern vo_functions_t video_out_3dfx; extern vo_functions_t video_out_null; @@ -71,6 +72,9 @@ vo_functions_t* video_out_drivers[] = #ifdef HAVE_GL &video_out_gl, #endif +#ifdef HAVE_DGA + &video_out_dga, +#endif #ifdef HAVE_SDL &video_out_sdl, #endif -- cgit v1.2.3