view input/Makefile @ 24060:1a34d8115a84

Move setting of res_comment for internal dvdread to a more sensible place. Now it will get set even if the dvdread check is skipped.
author diego
date Thu, 16 Aug 2007 14:12:58 +0000
parents 4c260bdb4de9
children
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