comparison Makefile @ 22280:a5e5b0c45c03

Split command/property handling from mplayer.c to a new file command.c. Move some global and static variables under a struct that can be given as a parameter. Add a context argument to the property functions so that they do not have to depend on global/static variables.
author uau
date Wed, 21 Feb 2007 00:49:24 +0000
parents 5bf6c178f09a
children d15affa943e1
comparison
equal deleted inserted replaced
22279:856feaa9cb61 22280:a5e5b0c45c03
43 mp_msg.c \ 43 mp_msg.c \
44 $(SRCS_COMMON) \ 44 $(SRCS_COMMON) \
45 mixer.c \ 45 mixer.c \
46 parser-mpcmd.c \ 46 parser-mpcmd.c \
47 subopt-helper.c \ 47 subopt-helper.c \
48 command.c \
48 49
49 SRCS_MENCODER = mencoder.c \ 50 SRCS_MENCODER = mencoder.c \
50 mp_msg-mencoder.c \ 51 mp_msg-mencoder.c \
51 $(SRCS_COMMON) \ 52 $(SRCS_COMMON) \
52 parser-mecmd.c \ 53 parser-mecmd.c \