Mercurial > mplayer.hg
comparison Makefile @ 26763:c13288eeb9f6
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.
author | ben |
---|---|
date | Sun, 18 May 2008 11:53:00 +0000 |
parents | 8128aef118e3 |
children | f9a774cf0b63 |
comparison
equal
deleted
inserted
replaced
26762:5ebd778d4b4f | 26763:c13288eeb9f6 |
---|---|
508 libvo/vo_null.c \ | 508 libvo/vo_null.c \ |
509 libvo/vo_yuv4mpeg.c \ | 509 libvo/vo_yuv4mpeg.c \ |
510 $(addprefix libvo/,$(VO_SRCS)) \ | 510 $(addprefix libvo/,$(VO_SRCS)) \ |
511 | 511 |
512 SRCS_MPLAYER-$(APPLE_REMOTE) += input/ar.c | 512 SRCS_MPLAYER-$(APPLE_REMOTE) += input/ar.c |
513 SRCS_MPLAYER-$(APPLE_IR) += input/appleir.c | |
513 SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \ | 514 SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \ |
514 gui/bitmap.c \ | 515 gui/bitmap.c \ |
515 gui/cfg.c \ | 516 gui/cfg.c \ |
516 gui/interface.c \ | 517 gui/interface.c \ |
517 gui/mplayer/gui_common.c \ | 518 gui/mplayer/gui_common.c \ |