# HG changeset patch # User reimar # Date 1235216650 0 # Node ID 9d1869f780c017f0e0ab1928f187d555b0b26b18 # Parent cc44b3827a6fd8b4398f8ed8d3dffe5b2abdf2c2 100l, place vdpau below xv, it should not normally be preferred for auto-selection (yet). diff -r cc44b3827a6f -r 9d1869f780c0 libvo/video_out.c --- 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,