1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-04 23:40:47 +00:00

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

View File

@ -66,10 +66,11 @@ extern vo_functions_t video_out_ggi;
vo_functions_t* video_out_drivers[] = vo_functions_t* video_out_drivers[] =
{ {
#ifdef HAVE_MGA #ifdef HAVE_XMGA
#ifdef HAVE_X11
&video_out_xmga, &video_out_xmga,
#endif #endif
#ifdef HAVE_MGA
&video_out_mga, &video_out_mga,
#endif #endif
#ifdef HAVE_SYNCFB #ifdef HAVE_SYNCFB