mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 02:45:43 +00: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_fsdga,
|
||||
#endif
|
||||
#ifdef MACOSX
|
||||
&video_out_quartz,
|
||||
#endif
|
||||
#ifdef HAVE_SDL
|
||||
&video_out_sdl,
|
||||
#endif
|
||||
@ -235,9 +238,6 @@ vo_functions_t* video_out_drivers[] =
|
||||
#endif
|
||||
#ifdef HAVE_TGA
|
||||
&video_out_tga,
|
||||
#endif
|
||||
#ifdef MACOSX
|
||||
&video_out_quartz,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user