summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-12-02 23:27:23 +0100
committerwm4 <wm4@nowhere>2017-12-02 23:27:23 +0100
commit0601e48ef4eac0b62ecf3ab5ed654e27e2a20215 (patch)
treebb3255823a0529f8be2abb77d2e43ea6095d0849 /wscript
parentd7a02bcb3b25a9e3e80e9b80e46a494f97e684a9 (diff)
downloadmpv-0601e48ef4eac0b62ecf3ab5ed654e27e2a20215.tar.bz2
mpv-0601e48ef4eac0b62ecf3ab5ed654e27e2a20215.tar.xz
build: remove termios check
Also should be fully covered by POSIX.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/wscript b/wscript
index 4941c53774..b8c6edc7d4 100644
--- a/wscript
+++ b/wscript
@@ -224,10 +224,6 @@ iconv support use --disable-iconv.",
'deps': 'os-win32 || os-cygwin',
'func': check_true
}, {
- 'name': '--termios',
- 'desc': 'termios',
- 'func': check_headers('termios.h', 'sys/termios.h'),
- }, {
'name': 'nanosleep',
'desc': 'nanosleep',
'func': check_statement('time.h', 'nanosleep(0,0)')