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
1 changed files with 2 additions and 0 deletions

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