Ticket #423: mp-config.1.patch
| File mp-config.1.patch, 1.5 KB (added by , 20 years ago) |
|---|
-
parser-mpcmd.c
158 158 pt->loop = l; 159 159 tmp = 1; 160 160 } 161 } else if(strcasecmp(opt,"configure") == 0) { 162 mp_msg(MSGT_CPLAYER,MSGL_INFO, "Configured With: " CONFIGURE "\n"); 163 opt_exit = 1; 161 164 } else if(strcasecmp(opt,"shuffle") == 0) { 162 165 if(last_entry && last_entry->child) 163 166 last_entry->flags |= PLAY_TREE_RND; -
configure
55 55 56 56 # Prefer these macros to full length text ! 57 57 # These macros only return an error code - NO display is done 58 _configureline="$0 $*" 59 58 60 compile_check() { 59 61 echo >> "$TMPLOG" 60 62 cat "$1" >> "$TMPLOG" … … 7528 7530 #ifndef MPLAYER_CONFIG_H 7529 7531 #define MPLAYER_CONFIG_H 1 7530 7532 7533 #define CONFIGURE "$_configureline" 7534 7531 7535 /* use GNU internationalization */ 7532 7536 $_def_i18n 7533 7537 -
DOCS/man/en/mplayer.1
590 590 Prints all available options. 591 591 . 592 592 .TP 593 .B \-configure 594 Prints the configure line that was run during building. 595 . 596 .TP 593 597 .B \-msgcharset <charset> 594 598 Convert console messages to the specified character set (default: autodetect). 595 599 Text will be in the encoding specified with the \-\-charset configure option.
