1
mirror of https://github.com/mpv-player/mpv synced 2024-07-11 23:47:56 +02:00

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:
diego 2008-03-04 21:45:36 +00:00
parent 622540e56f
commit 2a9e515c77
3 changed files with 3 additions and 6 deletions

View File

@ -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},

View File

@ -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

View File

@ -332,9 +332,6 @@ int suboverlap_enabled = 1;
#include "libass/ass_mp.h"
#endif
extern int mp_msg_levels[MSGT_MAX];
extern int mp_msg_level_all;
char* current_module=NULL; // for debugging