diff cfg-common.h @ 26370:b450d3591845

Enable runtime control for colorful and/or module name output
author zuxy
date Sat, 12 Apr 2008 12:51:07 +0000
parents a48df598c055
children 9d53b15aed02
line wrap: on
line diff
--- a/cfg-common.h	Fri Apr 11 23:06:33 2008 +0000
+++ b/cfg-common.h	Sat Apr 12 12:51:07 2008 +0000
@@ -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;