changeset 1179:2da8cd8aced9

--disable-xmga bug fix
author pontscho
date Thu, 21 Jun 2001 15:19:38 +0000
parents 8b7c7d9aa20a
children c50cd5db2359
files libvo/video_out.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.c	Thu Jun 21 15:16:52 2001 +0000
+++ b/libvo/video_out.c	Thu Jun 21 15:19:38 2001 +0000
@@ -66,10 +66,11 @@
 
 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