view input/Makefile @ 24253:e0ed786a7fb9

warning fix: vd_ffmpeg.c: At top level: vd_ffmpeg.c:915: warning: 'get_format' defined but not used
author diego
date Tue, 28 Aug 2007 17:36:04 +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