summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-16 22:40:06 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-16 22:40:06 +0000
commit24eef924a9a66c842b0f1cdfe7350b5f72c38ce7 (patch)
tree1ab94d36720aebd683db8f18c3a5e65b678f596d /mplayer.c
parente9596e2405f2e63f5a491832d9ab20b59973f1a1 (diff)
downloadmpv-24eef924a9a66c842b0f1cdfe7350b5f72c38ce7.tar.bz2
mpv-24eef924a9a66c842b0f1cdfe7350b5f72c38ce7.tar.xz
mp_msg init
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1565 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index a42ba6d566..8af728e83d 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -20,6 +20,7 @@
#include "version.h"
#include "config.h"
+#include "mp_msg.h"
#include "cfgparser.h"
#include "cfg-mplayer-def.h"
@@ -453,6 +454,8 @@ int use_stdin=0; //int f; // filedes
#endif
parse_cfgfiles();
if (parse_command_line(conf, argc, argv, envp, &filename) < 0) exit(1);
+
+ mp_msg_init(verbose+MSGL_STATUS);
// Many users forget to include command line in bugreports...
if(verbose){