Re: [libav-devel] [PATCH] configure: set icc_version where it is needed

2012-07-19 Thread Måns Rullgård
Diego Biurrun writes: > On Thu, Jul 19, 2012 at 11:43:32AM +0100, Mans Rullgard wrote: >> This variable is only used once, so setting it there is clearer. >> >> --- a/configure >> +++ b/configure >> @@ -1975,7 +1975,6 @@ elif $cc -v 2>&1 | grep -qi ^gcc; then >> elif $cc --version 2>/dev/null |

Re: [libav-devel] [PATCH] configure: set icc_version where it is needed

2012-07-19 Thread Diego Biurrun
On Thu, Jul 19, 2012 at 11:43:32AM +0100, Mans Rullgard wrote: > This variable is only used once, so setting it there is clearer. > > --- a/configure > +++ b/configure > @@ -1975,7 +1975,6 @@ elif $cc -v 2>&1 | grep -qi ^gcc; then > elif $cc --version 2>/dev/null | grep -q Intel; then > cc_t

Re: [libav-devel] [PATCH] configure: set icc_version where it is needed

2012-07-19 Thread Kostya Shishkov
On Thu, Jul 19, 2012 at 11:43:32AM +0100, Mans Rullgard wrote: > This variable is only used once, so setting it there is clearer. > > Signed-off-by: Mans Rullgard > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 09ae733..79

[libav-devel] [PATCH] configure: set icc_version where it is needed

2012-07-19 Thread Mans Rullgard
This variable is only used once, so setting it there is clearer. Signed-off-by: Mans Rullgard --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 09ae733..79d728e 100755 --- a/configure +++ b/configure @@ -1975,7 +1975,6 @@ elif $cc -v 2>