From 24eef924a9a66c842b0f1cdfe7350b5f72c38ce7 Mon Sep 17 00:00:00 2001
From: arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>
Date: Thu, 16 Aug 2001 22:40:06 +0000
Subject: [PATCH] mp_msg init

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1565 b3059339-0415-0410-9bf9-f77b7e298cf2
---
 mplayer.c | 3 +++
 1 file changed, 3 insertions(+)

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){