summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 11:53:00 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 11:53:00 +0000
commitdc6d14fb1b20e86cc24c6fbe5ce239566e5d588e (patch)
tree0577b8baadd2986746a75e36642b543e0d6212fc /Makefile
parent971b1a83d8751fdeb6640afa705eb9a39375f286 (diff)
downloadmpv-dc6d14fb1b20e86cc24c6fbe5ce239566e5d588e.tar.bz2
mpv-dc6d14fb1b20e86cc24c6fbe5ce239566e5d588e.tar.xz
Add support for AppleIR Remote as an input under Linux systems.
This requires Linux 2.6 with evdev and appleir drivers. The keymapping is done to mimics the one that was done for MacOSX. WARNING: Most distributions do not seems to bother and only let root access to the device. Modify udev rules accordingly if you want regular user to be able to use the remote. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26795 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bb0c236daf..7d4790af85 100644
--- a/Makefile
+++ b/Makefile
@@ -510,6 +510,7 @@ SRCS_MPLAYER = mplayer.c \
$(addprefix libvo/,$(VO_SRCS)) \
SRCS_MPLAYER-$(APPLE_REMOTE) += input/ar.c
+SRCS_MPLAYER-$(APPLE_IR) += input/appleir.c
SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \
gui/bitmap.c \
gui/cfg.c \