annotate input/Makefile @ 21875:d81cf0be50f0

Frametime was being read from the wrong offset, compare http://www.onicos.com/staff/iz/formats/gif.html#gceb patch by John Koleszar, jkoleszar on2 com
author diego
date Sat, 13 Jan 2007 06:00:34 +0000
parents ef59ac68c9b6
children 8bcff5c7e387
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
1
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
2 include ../config.mak
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
3
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
4 LIBNAME = libinput.a
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
5
19801
133f4d2f84c5 Move conditional compilation to the build system.
diego
parents: 19420
diff changeset
6 SRCS=input.c
21309
ef59ac68c9b6 FFmpeg-style dependency declaration
diego
parents: 21259
diff changeset
7 SRCS-$(JOYSTICK) += joystick.c
ef59ac68c9b6 FFmpeg-style dependency declaration
diego
parents: 21259
diff changeset
8 SRCS-$(LIRC) += lirc.c
19801
133f4d2f84c5 Move conditional compilation to the build system.
diego
parents: 19420
diff changeset
9
21259
92b122592776 Merge common parts of all Makefiles into one file included by all.
diego
parents: 21206
diff changeset
10 include ../mpcommon.mak