[MPlayer-cvslog] r31283 - trunk/libvo/video_out.c

reimar subversion at mplayerhq.hu
Sun May 30 15:50:14 CEST 2010


Author: reimar
Date: Sun May 30 15:50:14 2010
New Revision: 31283

Log:
Prefer -vo sdl over "probably software" OpenGL.

Modified:
   trunk/libvo/video_out.c

Modified: trunk/libvo/video_out.c
==============================================================================
--- trunk/libvo/video_out.c	Sun May 30 14:14:40 2010	(r31282)
+++ trunk/libvo/video_out.c	Sun May 30 15:50:14 2010	(r31283)
@@ -194,6 +194,9 @@ const vo_functions_t* const video_out_dr
         &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_dr
 #ifdef CONFIG_DGA
         &video_out_dga,
 #endif
-#ifdef CONFIG_SDL
-        &video_out_sdl,
-#endif
 #ifdef CONFIG_GGI
         &video_out_ggi,
 #endif


More information about the MPlayer-cvslog mailing list