From d5d4c6c7e224709c53d28352ce6aadc3c6e72374 Mon Sep 17 00:00:00 2001 From: uau Date: Wed, 21 Feb 2007 00:49:24 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22298 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9924c13ee0..a06d94db36 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ SRCS_MPLAYER = mplayer.c \ mixer.c \ parser-mpcmd.c \ subopt-helper.c \ + command.c \ SRCS_MENCODER = mencoder.c \ mp_msg-mencoder.c \ -- cgit v1.2.3