changeset 28653:9d1869f780c0

100l, place vdpau below xv, it should not normally be preferred for auto-selection (yet).
author reimar
date Sat, 21 Feb 2009 11:44:10 +0000
parents cc44b3827a6f
children aa7af4c30429
files libvo/video_out.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.c	Sat Feb 21 10:54:29 2009 +0000
+++ b/libvo/video_out.c	Sat Feb 21 11:44:10 2009 +0000
@@ -170,12 +170,12 @@
 #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,