--disable-xmga bug fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1180 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-06-21 15:19:38 +00:00
parent ccb96512e7
commit 351ff0a73a
1 changed files with 3 additions and 2 deletions

View File

@ -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