view input/Makefile @ 21364:d81ffbf9615f

EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible. Fixes massive slowdown after adding dvdnav highlight support, at least with -vo xvmc, potentially others too.
author reimar
date Wed, 29 Nov 2006 11:57:16 +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