# HG changeset patch # User nplourde # Date 1087434473 0 # Node ID 39ea0995dcb1be59dcc268ad25c308e46c7b7cc1 # Parent 2fa96fbc6b89e916106d42b7ea0a87f66a556939 moved vo_quartz higher in the list diff -r 2fa96fbc6b89 -r 39ea0995dcb1 libvo/video_out.c --- a/libvo/video_out.c Thu Jun 17 00:59:01 2004 +0000 +++ b/libvo/video_out.c Thu Jun 17 01:07:53 2004 +0000 @@ -132,6 +132,9 @@ #ifdef HAVE_DIRECTX &video_out_directx, #endif +#ifdef MACOSX + &video_out_quartz, +#endif #ifdef HAVE_XMGA &video_out_xmga, #endif @@ -167,9 +170,6 @@ &video_out_dga, // &video_out_fsdga, #endif -#ifdef MACOSX - &video_out_quartz, -#endif #ifdef HAVE_SDL &video_out_sdl, #endif