Mercurial > mplayer.hg
view input/Makefile @ 21294:b2eeabacef4d
There are no .s files in mp3lib/, remove the corresponding suffix rule.
author | diego |
---|---|
date | Mon, 27 Nov 2006 10:53:40 +0000 |
parents | 92b122592776 |
children | ef59ac68c9b6 |
line wrap: on
line source
include ../config.mak LIBNAME = libinput.a SRCS=input.c ifeq ($(JOYSTICK),yes) SRCS += joystick.c endif ifeq ($(LIRC),yes) SRCS += lirc.c endif include ../mpcommon.mak