From c2d0a9c8a78b20ed8e96ff5a7d3e8c936b82cae1 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 19 Sep 2009 00:25:36 +0300 Subject: VO: Prefer vo_vdpau over vo_xv again vo_vdpau should now be fixed enough that it's a clearly better choice than vo_xv. --- 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 b6506406c3..541b231ffe 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -165,12 +165,12 @@ const struct vo_driver *video_out_drivers[] = #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, -- cgit v1.2.3