diff 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
line wrap: on
line diff
--- a/Makefile	Tue Feb 20 22:56:41 2007 +0000
+++ b/Makefile	Wed Feb 21 00:49:24 2007 +0000
@@ -45,6 +45,7 @@
                mixer.c \
                parser-mpcmd.c \
                subopt-helper.c \
+               command.c \
 
 SRCS_MENCODER = mencoder.c \
                 mp_msg-mencoder.c \