Configure needs AS to be set for the Makefiles.
[mplayer/glamo.git] / command.h
blobf87c5a00caaa65d94b343da3be0e38670e4ff099
1 #ifndef MPLAYER_COMMAND_H
2 #define MPLAYER_COMMAND_H
4 struct MPContext;
5 struct mp_cmd;
7 int run_command(struct MPContext *mpctx, struct mp_cmd *cmd);
8 char *property_expand_string(struct MPContext *mpctx, char *str);
9 void property_print_help(void);
11 #endif /* MPLAYER_COMMAND_H */