mirror of https://github.com/mpv-player/mpv
Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all
to cfg-common.h where they are really needed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26162 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
622540e56f
commit
2a9e515c77
|
@ -587,6 +587,9 @@ const m_option_t audio_filter_conf[]={
|
|||
{NULL, NULL, 0, 0, 0, 0, NULL}
|
||||
};
|
||||
|
||||
extern int mp_msg_levels[MSGT_MAX];
|
||||
extern int mp_msg_level_all;
|
||||
|
||||
const m_option_t msgl_config[]={
|
||||
{ "all", &mp_msg_level_all, CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL},
|
||||
|
||||
|
|
|
@ -143,9 +143,6 @@ double cur_video_time_usage=0;
|
|||
double cur_vout_time_usage=0;
|
||||
int benchmark=0;
|
||||
|
||||
extern int mp_msg_levels[MSGT_MAX];
|
||||
extern int mp_msg_level_all;
|
||||
|
||||
#ifdef WIN32
|
||||
char * proc_priority=NULL;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue