mirror of https://github.com/mpv-player/mpv
--disable-xmga bug fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1180 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ccb96512e7
commit
351ff0a73a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue