1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

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.
This commit is contained in:
Uoti Urpala 2009-09-19 00:25:36 +03:00
parent 3c70c5dc95
commit c2d0a9c8a7

View File

@ -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,