view input/Makefile @ 21948:3b9115e57f24

demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_extension_2 payload)
author nicodvb
date Sat, 20 Jan 2007 12:13:50 +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