summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c5
1 files changed, 3 insertions, 2 deletions
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