1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 01:22:30 +00:00

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.
This commit is contained in:
Uoti Urpala 2009-04-02 23:48:10 +03:00
parent d136cf6882
commit 35a7dfc737

View File

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