From 0810e42750fb2e2e0d602388cef1b8ea8015d935 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 28 Nov 2006 18:29:24 +0000 Subject: 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 --- mencoder.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index c993c60137..55e5f746ed 100644 --- a/mencoder.c +++ b/mencoder.c @@ -495,6 +495,8 @@ if(!codecs_file || !parse_codec_cfg(codecs_file)){ } } } + /* Display what configure line was used */ + mp_msg(MSGT_MENCODER, MSGL_V, "Configuration: " CONFIGURATION "\n"); if (frameno_filename) { -- cgit v1.2.3