diff --git a/libvo/video_out.c b/libvo/video_out.c index de6fcfd8e4..a014833e98 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -194,6 +194,9 @@ const vo_functions_t* const video_out_drivers[] = &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 @@ const vo_functions_t* const video_out_drivers[] = #ifdef CONFIG_DGA &video_out_dga, #endif -#ifdef CONFIG_SDL - &video_out_sdl, -#endif #ifdef CONFIG_GGI &video_out_ggi, #endif