[MPlayer-dev-eng] [PATCH] change gl and matrixview priorities

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Feb 21 20:13:24 CET 2010


Hello,
this moves -vo gl before x11 (I think it will work better and be faster for
most users) and move matrixview dowm to aa (IMO it's at about the same level
of usefulness)
Index: libvo/video_out.c
===================================================================
--- libvo/video_out.c	(revision 30684)
+++ libvo/video_out.c	(working copy)
@@ -186,17 +186,16 @@
 #ifdef CONFIG_XV
         &video_out_xv,
 #endif
+#ifdef CONFIG_GL
+        &video_out_gl,
+#endif
 #ifdef CONFIG_X11
         &video_out_x11,
         &video_out_xover,
 #endif
 #ifdef CONFIG_GL
-        &video_out_gl,
         &video_out_gl2,
 #endif
-#ifdef CONFIG_MATRIXVIEW
-        &video_out_matrixview,
-#endif
 #ifdef CONFIG_DGA
         &video_out_dga,
 #endif
@@ -213,6 +212,9 @@
 #ifdef CONFIG_SVGALIB
         &video_out_svga,
 #endif
+#ifdef CONFIG_MATRIXVIEW
+        &video_out_matrixview,
+#endif
 #ifdef CONFIG_AA
         &video_out_aa,
 #endif




More information about the MPlayer-dev-eng mailing list