0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

windows support: prefer vo_direct3d_shaders over vo_direct3d

Since "direct3d" has broken color levels with some drivers, and there
is no simple fix for this, prefer "direct3d_shaders".
This commit is contained in:
wm4 2012-02-28 00:25:17 +01:00
parent 8bfac76092
commit ea1cc7f3e2

View File

@ -130,8 +130,8 @@ const struct vo_driver *video_out_drivers[] =
&video_out_tdfx_vid,
#endif
#ifdef CONFIG_DIRECT3D
&video_out_direct3d,
&video_out_direct3d_shaders,
&video_out_direct3d,
#endif
#ifdef CONFIG_DIRECTX
&video_out_directx,