Re: [FFmpeg-devel] [PATCH] configure: colorize warning messages

2015-08-27 Thread Ganesh Ajjanagadde
On Thu, Aug 27, 2015 at 11:02 PM, Ganesh Ajjanagadde wrote: > On Thu, Aug 27, 2015 at 7:23 PM, Timothy Gu wrote: >> On Thu, Aug 27, 2015 at 06:17:32PM -0400, Ganesh Ajjanagadde wrote: >>> This patch introduces color warning messages (yellow). >>> Tested with zsh, bash, and sh (bash under --posix)

Re: [FFmpeg-devel] [PATCH] configure: colorize warning messages

2015-08-27 Thread Ganesh Ajjanagadde
On Thu, Aug 27, 2015 at 7:23 PM, Timothy Gu wrote: > On Thu, Aug 27, 2015 at 06:17:32PM -0400, Ganesh Ajjanagadde wrote: >> This patch introduces color warning messages (yellow). >> Tested with zsh, bash, and sh (bash under --posix). >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >> configure |

Re: [FFmpeg-devel] [PATCH] configure: colorize warning messages

2015-08-27 Thread Ganesh Ajjanagadde
sent from my phone On Aug 27, 2015 7:26 PM, "Timothy Gu" wrote: > > On Thu, Aug 27, 2015 at 06:17:32PM -0400, Ganesh Ajjanagadde wrote: > > This patch introduces color warning messages (yellow). > > Tested with zsh, bash, and sh (bash under --posix). > > > > Signed-off-by: Ganesh Ajjanagadde > >

Re: [FFmpeg-devel] [PATCH] configure: colorize warning messages

2015-08-27 Thread Timothy Gu
On Thu, Aug 27, 2015 at 06:17:32PM -0400, Ganesh Ajjanagadde wrote: > This patch introduces color warning messages (yellow). > Tested with zsh, bash, and sh (bash under --posix). > > Signed-off-by: Ganesh Ajjanagadde > --- > configure | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) I

[FFmpeg-devel] [PATCH] configure: colorize warning messages

2015-08-27 Thread Ganesh Ajjanagadde
This patch introduces color warning messages (yellow). Tested with zsh, bash, and sh (bash under --posix). Signed-off-by: Ganesh Ajjanagadde --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 8840027..7f43572 100755 --- a/configure ++