diff mencoder.c @ 21342:dc98645820b7

Make MPlayer/MEncoder print the compile-time configuration in verbose mode. based on a patch by Brian Murray, brian game-sat com
author diego
date Tue, 28 Nov 2006 18:29:24 +0000
parents ad7747bce52d
children b806ccbc6398
line wrap: on
line diff
--- a/mencoder.c	Tue Nov 28 16:50:39 2006 +0000
+++ b/mencoder.c	Tue Nov 28 18:29:24 2006 +0000
@@ -495,6 +495,8 @@
 		}
 	}
 }				
+ /* Display what configure line was used */
+ mp_msg(MSGT_MENCODER, MSGL_V, "Configuration: " CONFIGURATION "\n");
 
 
 if (frameno_filename) {