# HG changeset patch # User arpi # Date 998001606 0 # Node ID 9fa2a290fa999b47eec22bddacce7a7f43a0f77a # Parent 0199567db5344d9979c6b73f8aa3ea65bb746e61 mp_msg init diff -r 0199567db534 -r 9fa2a290fa99 mplayer.c --- a/mplayer.c Thu Aug 16 22:39:46 2001 +0000 +++ b/mplayer.c Thu Aug 16 22:40:06 2001 +0000 @@ -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 @@ #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){