diff options
author | wm4 <wm4@nowhere> | 2015-03-24 15:53:36 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-03-24 16:04:44 +0100 |
commit | 1e659a9f0f3a3836912c66ab75b5af38e632ef12 (patch) | |
tree | 9b2774cde48b1b89b27df323fcf4c1c1ea6ea327 /DOCS/man/options.rst | |
parent | d5318e5e095f3ef831b5251b554ce790da3c40c7 (diff) | |
download | mpv-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 'DOCS/man/options.rst')
-rw-r--r-- | DOCS/man/options.rst | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 938c5e143d..458ec87fca 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2364,13 +2364,6 @@ Input ``--input-js-dev`` Specifies the joystick device to use (default: ``/dev/input/js0``). -``--input-lirc``, ``--no-input-lirc`` - Enable/disable LIRC support. Enabled by default. - -``--input-lirc-conf=<filename>`` - (LIRC only) - Specifies a configuration file for LIRC (default: ``~/.lircrc``). - ``--input-media-keys=<yes|no>`` (OS X only) Enable/disable media keys support. Enabled by default (except for libmpv). @@ -2951,7 +2944,7 @@ TV Use _ for spaces in names (or play with quoting ;-) ). The channel names will then be written using OSD, and the slave commands ``tv_step_channel``, ``tv_set_channel`` and ``tv_last_channel`` - will be usable for a remote control (see LIRC). Not compatible with + will be usable for a remote control. Not compatible with the ``frequency`` parameter. .. note:: |