summaryrefslogtreecommitdiffstats
path: root/mpvcore/options.c
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 /mpvcore/options.c
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 'mpvcore/options.c')
-rw-r--r--mpvcore/options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpvcore/options.c b/mpvcore/options.c
index 1a76aa9bf3..493c968243 100644
--- a/mpvcore/options.c
+++ b/mpvcore/options.c
@@ -874,7 +874,6 @@ const struct MPOpts mp_default_opts = {
.ar_rate = 40,
.use_joystick = 1,
.use_lirc = 1,
- .use_lircc = 1,
.use_alt_gr = 1,
#if HAVE_COCOA
.use_ar = 1,