summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2016-10-22 02:38:32 +0300
committerJames Ross-Gowan <rossymiles@gmail.com>2016-10-25 00:03:01 +1100
commit02d2c2cc9722dbda832917118bd4190a38e70f5a (patch)
treef52705950c22901ef2d8bcb7ce3b33b06c1abd5e /video/out/vo.c
parent6e143ffec327b3f3afdd682aea14c5d15628fbe8 (diff)
downloadmpv-02d2c2cc9722dbda832917118bd4190a38e70f5a.tar.bz2
mpv-02d2c2cc9722dbda832917118bd4190a38e70f5a.tar.xz
vo_tct: optional custom size, support non-posix with 80x25 default
Also, replace the UTF8 half block char at the source code with C escape.
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 142f549aa0..46908d2d59 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -90,9 +90,7 @@ 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