summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-24 15:53:36 +0100
committerwm4 <wm4@nowhere>2015-03-24 16:04:44 +0100
commit1e659a9f0f3a3836912c66ab75b5af38e632ef12 (patch)
tree9b2774cde48b1b89b27df323fcf4c1c1ea6ea327 /options/options.c
parentd5318e5e095f3ef831b5251b554ce790da3c40c7 (diff)
downloadmpv-1e659a9f0f3a3836912c66ab75b5af38e632ef12.tar.bz2
mpv-1e659a9f0f3a3836912c66ab75b5af38e632ef12.tar.xz
input: remove classic LIRC support
It's much easier to configure remotes as X11 input devices.
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/options/options.c b/options/options.c
index b76e6d2dde..f806643ad0 100644
--- a/options/options.c
+++ b/options/options.c
@@ -604,7 +604,6 @@ const m_option_t mp_opts[] = {
OPT_REMOVED("identify", "use TOOLS/mpv_identify.sh"),
OPT_REMOVED("lavdopts", "use --vd-lavc-..."),
OPT_REMOVED("lavfdopts", "use --demuxer-lavf-..."),
- OPT_REPLACED("lircconf", "input-lirc-conf"),
OPT_REPLACED("lua", "script"),
OPT_REPLACED("lua-opts", "script-opts"),
OPT_REMOVED("mixer-channel", "use AO suboptions (alsa, oss)"),
@@ -647,7 +646,6 @@ const m_option_t mp_opts[] = {
OPT_REMOVED("xy", "use --autofit"),
OPT_REMOVED("zoom", "Inverse available as ``--video-unscaled"),
OPT_REPLACED("media-keys", "input-media-keys"),
- OPT_REPLACED("lirc", "input-lirc"),
OPT_REPLACED("right-alt-gr", "input-right-alt-gr"),
OPT_REPLACED("autosub", "sub-auto"),
OPT_REPLACED("autosub-match", "sub-auto"),