comparison Makefile @ 22823:98eaf29b5dee

Code cleanup: don't include a .c file in mplayer.c and fix a few "implicit declaration of function ¡Æmplayer_put_key¡Ç" warnings Based on Attila's suggestions. Approved by Uoti and Ivan.
author rathann
date Thu, 29 Mar 2007 17:16:11 +0000
parents 522dddedd0a6
children 2e506e1c8d85
comparison
equal deleted inserted replaced
22822:79cac4f79e36 22823:98eaf29b5dee
39 39
40 SRCS_COMMON-$(UNRARLIB) += unrarlib.c 40 SRCS_COMMON-$(UNRARLIB) += unrarlib.c
41 41
42 SRCS_MPLAYER = mplayer.c \ 42 SRCS_MPLAYER = mplayer.c \
43 m_property.c \ 43 m_property.c \
44 mp_fifo.c \
44 mp_msg.c \ 45 mp_msg.c \
45 mixer.c \ 46 mixer.c \
46 parser-mpcmd.c \ 47 parser-mpcmd.c \
47 subopt-helper.c \ 48 subopt-helper.c \
48 command.c \ 49 command.c \