summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
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){