From 35a7dfc7370bac2f659108b8d97f2a53adb4acc3 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 2 Apr 2009 23:48:10 +0300 Subject: Make VO xv preferred over vdpau again I can still reproduce bugs easily with vo vdpau, and there's no pause update support for it yet. --- libvo/video_out.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libvo/video_out.c b/libvo/video_out.c index efd2963252..eb348dd086 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -162,12 +162,12 @@ const struct vo_driver *video_out_drivers[] = #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, -- cgit v1.2.3