summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-12 12:51:07 +0000
committerzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-12 12:51:07 +0000
commitb74750a948e70fc153944f0ae76749b9b118baad (patch)
tree32e6b2f1c0aef7746417f399a49de1249082ef60 /cfg-common.h
parentc3f944e14a4f94ebcfdb0318a74122dc77da85e0 (diff)
downloadmpv-b74750a948e70fc153944f0ae76749b9b118baad.tar.bz2
mpv-b74750a948e70fc153944f0ae76749b9b118baad.tar.xz
Enable runtime control for colorful and/or module name output
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26402 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index ea967295e3..a5f03582a6 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -4,6 +4,8 @@
#include "config.h"
extern char *mp_msg_charset;
+extern int mp_msg_color;
+extern int mp_msg_module;
// codec/filter opts: (defined at libmpcodecs/vd.c)
extern float screen_size_xy;