summaryrefslogtreecommitdiffstats
path: root/mpcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.h')
-rw-r--r--mpcommon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpcommon.h b/mpcommon.h
index b025dcc890..14c1519d18 100644
--- a/mpcommon.h
+++ b/mpcommon.h
@@ -27,6 +27,9 @@ extern double sub_last_pts;
extern struct ass_track *ass_track;
extern subtitle *vo_sub_last;
+extern int disable_system_conf;
+extern int disable_user_conf;
+
extern const char *mencoder_version;
extern const char *mplayer_version;
@@ -41,7 +44,4 @@ int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang);
void set_osd_subtitle(struct MPContext *mpctx, subtitle *subs);
bool attachment_is_font(struct demux_attachment *att);
-extern int disable_system_conf;
-extern int disable_user_conf;
-
#endif /* MPLAYER_MPCOMMON_H */