mirror of
https://github.com/mpv-player/mpv
synced 2025-04-23 12:59:51 +02:00
vo_quartz now default vo on OSX
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12513 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
43e34ed579
commit
d9bfb0c89e
@ -167,6 +167,9 @@ vo_functions_t* video_out_drivers[] =
|
|||||||
&video_out_dga,
|
&video_out_dga,
|
||||||
// &video_out_fsdga,
|
// &video_out_fsdga,
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef MACOSX
|
||||||
|
&video_out_quartz,
|
||||||
|
#endif
|
||||||
#ifdef HAVE_SDL
|
#ifdef HAVE_SDL
|
||||||
&video_out_sdl,
|
&video_out_sdl,
|
||||||
#endif
|
#endif
|
||||||
@ -235,9 +238,6 @@ vo_functions_t* video_out_drivers[] =
|
|||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_TGA
|
#ifdef HAVE_TGA
|
||||||
&video_out_tga,
|
&video_out_tga,
|
||||||
#endif
|
|
||||||
#ifdef MACOSX
|
|
||||||
&video_out_quartz,
|
|
||||||
#endif
|
#endif
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user