1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

mp_msg init

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1565 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-08-16 22:40:06 +00:00
parent e9596e2405
commit 24eef924a9

View File

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