[MPlayer-dev-eng] [PATCH] Runtime colorful and/or module name output control

Diego Biurrun diego at biurrun.de
Tue Apr 1 20:30:31 CEST 2008


On Tue, Apr 01, 2008 at 05:27:10PM +0800, Zuxy Meng wrote:
> 
> The attached patch enables runtime control over colorful and/or module
> names output, instead of a configure time parameter. Color and module
> names are orthogonal features now; you can enable either or both.
> 
> --- configure	?????? 26311??
> +++ configure	????????????
> @@ -411,7 +411,6 @@
>    --with-install=PATH    path to a custom install program
> -  --enable-color-console enable color console output (UNSUPPORTED) [disable]
>  
> @@ -1118,8 +1117,6 @@
>    --disable-rpath)      _rpath=no       ;;
> -  --enable-color-console)  _color_console=yes ;;
> -  --disable-color-console) _color_console=no  ;;

You are leaving the color console test and the settings in
config.h/config.mak behind.  If you remove this, remove everything.

Diego



More information about the MPlayer-dev-eng mailing list