[MPlayer-cvslog] r29118 - trunk/libvo/video_out.c
    cehoyos 
    subversion at mplayerhq.hu
       
    Wed Apr  1 00:06:40 CEST 2009
    
    
  
Author: cehoyos
Date: Wed Apr  1 00:06:40 2009
New Revision: 29118
Log:
Prefer vo vdpau over vo xv where available.
Modified:
   trunk/libvo/video_out.c
Modified: trunk/libvo/video_out.c
==============================================================================
--- trunk/libvo/video_out.c	Wed Apr  1 00:00:00 2009	(r29117)
+++ trunk/libvo/video_out.c	Wed Apr  1 00:06:40 2009	(r29118)
@@ -174,12 +174,12 @@ const vo_functions_t* const video_out_dr
 #ifdef CONFIG_3DFX
         &video_out_3dfx,
 #endif
-#ifdef CONFIG_XV
-        &video_out_xv,
-#endif
 #if CONFIG_VDPAU
         &video_out_vdpau,
 #endif
+#ifdef CONFIG_XV
+        &video_out_xv,
+#endif
 #ifdef CONFIG_X11
         &video_out_x11,
         &video_out_xover,
    
    
More information about the MPlayer-cvslog
mailing list