mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
#include parser-cfg.h instead of declaring m_config_parse_config_file extern.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26160 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8375e840a5
commit
2c66b8ea24
@ -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 @@ char *current_module;
|
||||
|
||||
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){
|
||||
|
Loading…
Reference in New Issue
Block a user