view input/Makefile @ 21760:18da248c2020

change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
author lucabe
date Tue, 26 Dec 2006 18:08:40 +0000
parents ef59ac68c9b6
children 8bcff5c7e387
line wrap: on
line source


include ../config.mak

LIBNAME = libinput.a

SRCS=input.c
SRCS-$(JOYSTICK) += joystick.c
SRCS-$(LIRC)     += lirc.c

include ../mpcommon.mak