mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 18:28:01 +00:00
mp_msg init
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1565 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e9596e2405
commit
24eef924a9
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user