CVS: main mplayer.c,1.221,1.222
Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv20438 Modified Files: mplayer.c Log Message: mp_msg init Index: mplayer.c =================================================================== RCS file: /cvsroot/mplayer/main/mplayer.c,v retrieving revision 1.221 retrieving revision 1.222 diff -u -r1.221 -r1.222 --- mplayer.c 16 Aug 2001 09:25:31 -0000 1.221 +++ mplayer.c 16 Aug 2001 22:40:06 -0000 1.222 @@ -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){
participants (1)
-
Arpi of Ize