Mercurial > mplayer.hg
changeset 1564:9fa2a290fa99
mp_msg init
author | arpi |
---|---|
date | Thu, 16 Aug 2001 22:40:06 +0000 |
parents | 0199567db534 |
children | 2fc93eb132b2 |
files | mplayer.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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){