From 8f617641170e1c3577f2d9e05db4797501f58297 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Thu, 5 Apr 2001 19:01:27 +0000 Subject: integrated vo_svga by se7en git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@287 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libvo/video_out.c') diff --git a/libvo/video_out.c b/libvo/video_out.c index 9d46f706d2..ec317e00e8 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -50,6 +50,7 @@ extern vo_functions_t video_out_pgm; extern vo_functions_t video_out_md5; extern vo_functions_t video_out_syncfb; extern vo_functions_t video_out_fbdev; +extern vo_functions_t video_out_svga; vo_functions_t* video_out_drivers[] = { @@ -83,6 +84,9 @@ vo_functions_t* video_out_drivers[] = #endif #ifdef HAVE_FBDEV &video_out_fbdev, +#endif +#ifdef HAVE_SVGALIB + &video_out_svga, #endif &video_out_null, &video_out_odivx, -- cgit v1.2.3