Mercurial > mplayer.hg
changeset 26128:ce037755ee6f
#include parser-cfg.h instead of declaring m_config_parse_config_file extern.
author | diego |
---|---|
date | Tue, 04 Mar 2008 21:02:42 +0000 |
parents | e666cd9a8056 |
children | 704ef034ed7c |
files | mencoder.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mencoder.c Tue Mar 04 20:58:25 2008 +0000 +++ b/mencoder.c Tue Mar 04 21:02:42 2008 +0000 @@ -47,6 +47,7 @@ #include "m_option.h" #include "m_config.h" #include "parser-mecmd.h" +#include "parser-cfg.h" #include "get_path.h" @@ -245,8 +246,6 @@ m_config_t* mconfig; -extern int m_config_parse_config_file(m_config_t* config, char *conffile); - static int cfg_inc_verbose(m_option_t *conf){ ++verbose; return 0;} static int cfg_include(m_option_t *conf, char *filename){