summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 25a988e4f1..766dbb6862 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -185,6 +185,9 @@ const struct vo_driver *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,
@@ -192,9 +195,6 @@ const struct vo_driver *video_out_drivers[] =
#ifdef CONFIG_DGA
&video_out_dga,
#endif
-#ifdef CONFIG_SDL
- &video_out_sdl,
-#endif
#ifdef CONFIG_GGI
&video_out_ggi,
#endif