changeset 12512:78c4a1fa442e

vo_quartz now default vo on OSX
author nplourde
date Sun, 30 May 2004 19:16:31 +0000
parents 55c7225f58a2
children 3e5704e7b35f
files libvo/video_out.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.c	Sun May 30 18:41:31 2004 +0000
+++ b/libvo/video_out.c	Sun May 30 19:16:31 2004 +0000
@@ -167,6 +167,9 @@
         &video_out_dga,
 //        &video_out_fsdga,
 #endif
+#ifdef MACOSX
+	&video_out_quartz,
+#endif
 #ifdef HAVE_SDL
         &video_out_sdl,
 #endif
@@ -236,9 +239,6 @@
 #ifdef HAVE_TGA
         &video_out_tga,
 #endif
-#ifdef MACOSX
-	&video_out_quartz,
-#endif
         NULL
 };