diff mplayer.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 8258747951d7
children ad7616b01560
line wrap: on
line diff
--- a/mplayer.c	Tue Nov 28 16:50:39 2006 +0000
+++ b/mplayer.c	Tue Nov 28 18:29:24 2006 +0000
@@ -3757,6 +3757,9 @@
       } 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);