summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-06-02 17:59:10 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-06-02 17:59:10 +0300
commit5aa7c02984536157448c234305c3aff7f7912727 (patch)
treea008e5346cc9bb9b388021d6853af34b3c25683c /libvo/video_out.c
parent0f95b7031421eec3aacb43ce7965f41755bc6e40 (diff)
parent49c904b517a6bbb789ceaea80cb40323dadc1d29 (diff)
downloadmpv-5aa7c02984536157448c234305c3aff7f7912727.tar.bz2
mpv-5aa7c02984536157448c234305c3aff7f7912727.tar.xz
Merge svn changes up to r31284
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