summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-28 18:29:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-28 18:29:24 +0000
commit0810e42750fb2e2e0d602388cef1b8ea8015d935 (patch)
tree2c05e5a8221cfa6b5c25bb1a485983766c9462c5 /mplayer.c
parentcaffd06415507eb8029df052d0ae23a72b9609c6 (diff)
downloadmpv-0810e42750fb2e2e0d602388cef1b8ea8015d935.tar.bz2
mpv-0810e42750fb2e2e0d602388cef1b8ea8015d935.tar.xz
Make MPlayer/MEncoder print the compile-time configuration in verbose mode.
based on a patch by Brian Murray, brian game-sat com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21358 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 11f0f2b2d2..4b84d1b8a7 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3757,6 +3757,9 @@ if(!codecs_file || !parse_codec_cfg(codecs_file)){
} else gui_no_filename=1;
}
+ /* Display what configure line was used */
+ mp_msg(MSGT_CPLAYER, MSGL_V, "Configuration: " CONFIGURATION "\n");
+
// Many users forget to include command line in bugreports...
if( mp_msg_test(MSGT_CPLAYER,MSGL_V) ){
mp_msg(MSGT_CPLAYER, MSGL_INFO, MSGTR_CommandLine);