changeset 29079:2cbcf12c9ce1

Prefer vo vdpau over vo xv where available.
author cehoyos
date Tue, 31 Mar 2009 22:06:40 +0000
parents a4210116367f
children 4fb59dd67cda
files libvo/video_out.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.c	Tue Mar 31 22:00:00 2009 +0000
+++ b/libvo/video_out.c	Tue Mar 31 22:06:40 2009 +0000
@@ -174,12 +174,12 @@
 #ifdef CONFIG_3DFX
         &video_out_3dfx,
 #endif
+#if CONFIG_VDPAU
+        &video_out_vdpau,
+#endif
 #ifdef CONFIG_XV
         &video_out_xv,
 #endif
-#if CONFIG_VDPAU
-        &video_out_vdpau,
-#endif
 #ifdef CONFIG_X11
         &video_out_x11,
         &video_out_xover,