# HG changeset patch # User diego # Date 1235237748 0 # Node ID 5a0e7cec3f9fef1d03eef951c11a58373135cb76 # Parent 9fcf23aaf13c94e3f84bda95660f5e1bcff492d6 Print the version string after the command line has been parsed. This allows printing the CPU information when verbose mode is triggered on the command line. diff -r 9fcf23aaf13c -r 5a0e7cec3f9f mplayer.c --- a/mplayer.c Sat Feb 21 14:51:01 2009 +0000 +++ b/mplayer.c Sat Feb 21 17:35:48 2009 +0000 @@ -2527,7 +2527,6 @@ // Preparse the command line m_config_preparse_command_line(mconfig,argc,argv); - print_version("MPlayer"); #if (defined(__MINGW32__) || defined(__CYGWIN__)) && defined(CONFIG_WIN32DLL) set_path_env(); #endif @@ -2574,6 +2573,8 @@ } } + print_version("MPlayer"); + #if (defined(__MINGW32__) || defined(__CYGWIN__)) && defined(CONFIG_GUI) void *runningmplayer = FindWindow("MPlayer GUI for Windows", "MPlayer for Windows"); if(runningmplayer && filename && use_gui){