annotate input/Makefile @ 24424:0c4f1a88eaae

warning fixes: input.c: In function 'mp_input_set_section': input.c:1640: warning: suggest parentheses around assignment used as truth value input.c:1643: warning: suggest parentheses around assignment used as truth value mga_common.c: In function 'mga_init': mga_common.c:394: warning: suggest parentheses around assignment used as truth value playtreeparser.c: In function 'parse_smil': playtreeparser.c:523: warning: suggest parentheses around assignment used as truth value libmpdemux/demux_ts.c: In function 'ts_parse': libmpdemux/demux_ts.c:2795: warning: suggest parentheses around assignment used as truth value libmpdemux/demux_ts.c: In function 'demux_open_ts': libmpdemux/demux_ts.c:591: warning: 'frame_length' may be used uninitialized in this function
author diego
date Thu, 13 Sep 2007 13:16:30 +0000
parents 4c260bdb4de9
children
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 include ../config.mak
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
2
22528
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21309
diff changeset
3 LIBNAME_MPLAYER = libinput.a
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
4
24038
4c260bdb4de9 cosmetics: prettyprint
diego
parents: 24037
diff changeset
5 SRCS_MPLAYER = input.c
24037
c7f95196dfe5 Apple Remote support
diego
parents: 22531
diff changeset
6 SRCS_MPLAYER-$(APPLE_REMOTE) += ar.c
24038
4c260bdb4de9 cosmetics: prettyprint
diego
parents: 24037
diff changeset
7 SRCS_MPLAYER-$(JOYSTICK) += joystick.c
4c260bdb4de9 cosmetics: prettyprint
diego
parents: 24037
diff changeset
8 SRCS_MPLAYER-$(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