From 351ff0a73a26b78f9839de3cf99ee60d218c6ab6 Mon Sep 17 00:00:00 2001 From: pontscho Date: Thu, 21 Jun 2001 15:19:38 +0000 Subject: --disable-xmga bug fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1180 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libvo') diff --git a/libvo/video_out.c b/libvo/video_out.c index 93eec0803d..060b39df4c 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -66,10 +66,11 @@ extern vo_functions_t video_out_ggi; vo_functions_t* video_out_drivers[] = { -#ifdef HAVE_MGA -#ifdef HAVE_X11 +#ifdef HAVE_XMGA &video_out_xmga, #endif +#ifdef HAVE_MGA + &video_out_mga, #endif #ifdef HAVE_SYNCFB -- cgit v1.2.3