diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-27 12:30:45 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-27 12:30:45 +0100 |
commit | 083ee1f74e1eaf7bc346e20a813b88d8d4460a5e (patch) | |
tree | fd973a9a471a148f705a6f04e5b35867886946e3 /INSTALL | |
parent | 6d34a8a7a037e442bf74d061357e47576ea6f6bb (diff) | |
download | vdr-083ee1f74e1eaf7bc346e20a813b88d8d4460a5e.tar.gz vdr-083ee1f74e1eaf7bc346e20a813b88d8d4460a5e.tar.bz2 |
The code for the RCU remote control unit has been moved into a separate plugin named "rcu"
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -47,15 +47,12 @@ If you have an infrared remote control unit you can define the REMOTE macro to one of the following values in the 'make' call to make the respective control the default: - REMOTE=RCU control via the "Remote Control Unit" receiver - (see http://www.tvdr.de/remote.htm) REMOTE=LIRC control via the "Linux Infrared Remote Control" (see http://www.lirc.org) -Alternatively you can use the '--rcu' or '--lirc' options at runtime. -These options accept an optional path to the remote control device, -the defaults of which can be set via the RCU_DEVICE and LIRC_DEVICE macros, -respectively. +Alternatively you can use the '--lirc' option at runtime. +This option accepts an optional path to the remote control device, +the default of which can be set via the LIRC_DEVICE macro. If your video directory will be on a VFAT partition, you can call VDR with the command line option '--vfat'. |