summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-10-20 18:30:47 +0200
committerwm4 <wm4@nowhere>2016-10-20 18:30:47 +0200
commitcc9e8e7e3d64ca3673481618d896eeae8afb4992 (patch)
treecff6653f690db01944bcb807b75c2c8b87c13c98
parentee2ba599e7b0aa002dc7257458c19bdb64fd6252 (diff)
downloadmpv-cc9e8e7e3d64ca3673481618d896eeae8afb4992.tar.bz2
mpv-cc9e8e7e3d64ca3673481618d896eeae8afb4992.tar.xz
vo: vo_tct is now available on non-POSIX
Fixes Windows build.
-rw-r--r--video/out/vo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 46908d2d59..142f549aa0 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -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