diff libvo/video_out.c @ 31217:c9a36e78e221

Prefer -vo sdl over "probably software" OpenGL.
author reimar
date Sun, 30 May 2010 13:50:14 +0000
parents aaaef13c84b9
children 868e5c480af6
line wrap: on
line diff
--- 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