# HG changeset patch # User reimar # Date 1275227414 0 # Node ID c9a36e78e221fb7e3cbbdded59d24a1cb408ec3d # Parent 207ecac1f8e19034e4ca6cf25f27f5adedf1454e Prefer -vo sdl over "probably software" OpenGL. diff -r 207ecac1f8e1 -r c9a36e78e221 libvo/video_out.c --- a/libvo/video_out.c Sun May 30 12:14:40 2010 +0000 +++ b/libvo/video_out.c Sun May 30 13:50:14 2010 +0000 @@ -194,6 +194,9 @@ &video_out_x11, &video_out_xover, #endif +#ifdef CONFIG_SDL + &video_out_sdl, +#endif #ifdef CONFIG_GL &video_out_gl, &video_out_gl2, @@ -201,9 +204,6 @@ #ifdef CONFIG_DGA &video_out_dga, #endif -#ifdef CONFIG_SDL - &video_out_sdl, -#endif #ifdef CONFIG_GGI &video_out_ggi, #endif