view input/Makefile @ 25126:8152446e42b1

Move requested format at top and shift all oters down This method is better with recent negotiation code: requested formats will be checked first.
author voroshil
date Sat, 24 Nov 2007 07:28:05 +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