summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-21 15:19:38 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-21 15:19:38 +0000
commit351ff0a73a26b78f9839de3cf99ee60d218c6ab6 (patch)
tree741f130b3cdb82b99afb306979d5b1eda5187362 /libvo/video_out.c
parentccb96512e78a43462b616491c7acfba287ffadf1 (diff)
downloadmpv-351ff0a73a26b78f9839de3cf99ee60d218c6ab6.tar.bz2
mpv-351ff0a73a26b78f9839de3cf99ee60d218c6ab6.tar.xz
--disable-xmga bug fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1180 b3059339-0415-0410-9bf9-f77b7e298cf2
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