summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-03-31 11:03:04 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-03-31 12:15:40 +0200
commitc8fd9e50e47838bbdb0dc5e0b974091312cb8833 (patch)
tree6ba67acd656b75ceeefe9d3bb8bc670b5fd94c4e /Makefile
parent014298522875f7f41d10eb3e41fcd97926cdedee (diff)
downloadmpv-c8fd9e50e47838bbdb0dc5e0b974091312cb8833.tar.bz2
mpv-c8fd9e50e47838bbdb0dc5e0b974091312cb8833.tar.xz
remove Apple Remote related code
The OSX part of the Apple Remote was unmaintained for a long time and was not working anymore. I tried to update the cookies to what the current versions of OS X expect without much luck. I decided to remove it since Apple is not including the IR receiver anymore in new hardware and it's clear that wifi based remotes are the way to go. A third party iOS app should be used in it's place. In the future we could look into having a dedicated iOS Remote Control app like VLC and XBMC do. The Linux side (`appleir.c`) was relatively tidy but it looks like LIRC can be configured to work with any version of Apple Remote [1] and is more maintained. [1] LIRC Apple Remote configs: http://lirc.sourceforge.net/remotes/apple/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f15bb6849d..9bf761aa1f 100644
--- a/Makefile
+++ b/Makefile
@@ -80,8 +80,6 @@ SOURCES-$(DUMMY_OSD) += sub/osd_dummy.c
SOURCES-$(LIBASS_OSD) += sub/osd_libass.c
SOURCES-$(ALSA) += audio/out/ao_alsa.c
-SOURCES-$(APPLE_IR) += core/input/appleir.c
-SOURCES-$(APPLE_REMOTE) += core/input/ar.c
SOURCES-$(CACA) += video/out/vo_caca.c
SOURCES-$(SDL) += audio/out/ao_sdl.c
SOURCES-$(SDL2) += video/out/vo_sdl.c