summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-16 20:21:25 +0100
committerwm4 <wm4@nowhere>2013-12-16 20:21:25 +0100
commit3e6cd3ef19aca7c79dfc73412f98b70b7de011b4 (patch)
treed210fab2e4539f0f68082dfec5592259a96b6a53 /wscript
parent9662e3e50922d2cef486a657655bdc5c8786d033 (diff)
downloadmpv-3e6cd3ef19aca7c79dfc73412f98b70b7de011b4.tar.bz2
mpv-3e6cd3ef19aca7c79dfc73412f98b70b7de011b4.tar.xz
input: remove LIRCCD support
This removes support for the "LIRC Client Daemon", which is separate from LIRC, and hasn't been maintained for 10 years. See github issue #413.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/wscript b/wscript
index bd95bd58c9..7975b1e7e8 100644
--- a/wscript
+++ b/wscript
@@ -230,10 +230,6 @@ If you really mean to compile without libass support use --disable-libass."
'desc' : 'lirc',
'func': check_cc(header_name='lirc/lirc_client.h', lib='lirc_client'),
}, {
- 'name' : '--lircc',
- 'desc' : 'lircc',
- 'func': check_cc(header_name='lirc/lircc.h', lib='lircc'),
- }, {
'name' : '--vcd',
'desc' : 'VCD support',
'deps_any': [ 'os-linux', 'os-freebsd', 'os-netbsd', 'os-openbsd', 'os-darwin' ],