Mercurial > mplayer.hg
view input/Makefile @ 24037:c7f95196dfe5
Apple Remote support
patch by Zoltan Ponekker, pontscho kac.poliod hu
cleaned up by Ulion, ulion2002 gmail com with some help by Reimar and me
author | diego |
---|---|
date | Tue, 14 Aug 2007 14:29:22 +0000 |
parents | 090ec2169aee |
children | 4c260bdb4de9 |
line wrap: on
line source
include ../config.mak LIBNAME_MPLAYER = libinput.a SRCS_MPLAYER = input.c SRCS_MPLAYER-$(APPLE_REMOTE) += ar.c SRCS_MPLAYER-$(JOYSTICK) += joystick.c SRCS_MPLAYER-$(LIRC) += lirc.c include ../mpcommon.mak