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:
parent
ccb96512e7
commit
351ff0a73a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user