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:
nplourde 2004-05-30 19:16:31 +00:00
parent 43e34ed579
commit d9bfb0c89e
1 changed files with 3 additions and 3 deletions

View File

@ -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
};