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

vo: vo_tct is now available on non-POSIX

Fixes Windows build.
This commit is contained in:
wm4 2016-10-20 18:30:47 +02:00
parent ee2ba599e7
commit cc9e8e7e3d

View File

@ -90,7 +90,9 @@ const struct vo_driver *const video_out_drivers[] =
&video_out_null,
// should not be auto-selected
&video_out_image,
#if HAVE_POSIX
&video_out_tct,
#endif
#if HAVE_CACA
&video_out_caca,
#endif