[MPlayer-cvslog] r30741 - trunk/libvo/video_out.c
reimar
subversion at mplayerhq.hu
Thu Feb 25 23:53:04 CET 2010
Author: reimar
Date: Thu Feb 25 23:53:04 2010
New Revision: 30741
Log:
Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa, caca etc.
Modified:
trunk/libvo/video_out.c
Modified: trunk/libvo/video_out.c
==============================================================================
--- trunk/libvo/video_out.c Thu Feb 25 23:51:23 2010 (r30740)
+++ trunk/libvo/video_out.c Thu Feb 25 23:53:04 2010 (r30741)
@@ -186,17 +186,16 @@ const vo_functions_t* const video_out_dr
#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 @@ const vo_functions_t* const video_out_dr
#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-cvslog
mailing list