Configure needs AS to be set for the Makefiles.
[mplayer/glamo.git] / parser-mpcmd.h
blobbcee4db88208c3148f76cb1f7cc60df5bd9df5f9
1 #ifndef MPLAYER_PARSER_MPCMD_H
2 #define MPLAYER_PARSER_MPCMD_H
4 #include "playtree.h"
5 #include "m_config.h"
7 play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);
9 #endif /* MPLAYER_PARSER_MPCMD_H */