summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-28 00:41:38 +0100
committerwm4 <wm4@nowhere>2020-03-28 00:41:38 +0100
commitb8daef5d8b3f58481ac95f7217df8f1509fa0b59 (patch)
tree2a8ef8506413cf71a6cce7c9dc0351eeb886a864 /wscript
parent518bd4c306d50e6772c39c5d7395b9d10b9386da (diff)
downloadmpv-b8daef5d8b3f58481ac95f7217df8f1509fa0b59.tar.bz2
mpv-b8daef5d8b3f58481ac95f7217df8f1509fa0b59.tar.xz
input: remove deprecated --input-file option
This was deprecated 2 releases ago. The deprecation changelog entry says that there are no plans to remove it short-term, but I guess I lied.
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index 55f97d29b1..2d570f5531 100644
--- a/wscript
+++ b/wscript
@@ -263,11 +263,6 @@ iconv support use --disable-iconv.",
'deps': 'posix-spawn-native || posix-spawn-android',
'func': check_true,
}, {
- 'name': 'win32-pipes',
- 'desc': 'Windows pipe support',
- 'func': check_true,
- 'deps': 'win32-desktop && !posix',
- }, {
'name': 'glob-posix',
'desc': 'glob() POSIX support',
'deps': '!(os-win32 || os-cygwin)',