Re: [libav-devel] [PATCH] [RFC] configure: set 'cc' as default compiler

2014-03-14 Thread Luca Barbato
On 14/03/14 01:51, Vittorio Giovara wrote: --- cc seems to work on osx and linux, it would allow skipping --cc=clang at configure on modern osx, but I'm not sure of the overall impact. You might discuss about changing the default for macosx, not the global one. lu

Re: [libav-devel] [PATCH] [RFC] configure: set 'cc' as default compiler

2014-03-14 Thread Diego Biurrun
On Thu, Mar 13, 2014 at 09:59:28PM -0400, Sean McGovern wrote: On Thu, Mar 13, 2014 at 8:51 PM, Vittorio Giovara vittorio.giov...@gmail.com wrote: --- cc seems to work on osx and linux, it would allow skipping --cc=clang at configure on modern osx, but I'm not sure of the overall impact.

Re: [libav-devel] [PATCH] [RFC] configure: set 'cc' as default compiler

2014-03-14 Thread Hendrik Leppkes
On Fri, Mar 14, 2014 at 1:51 AM, Vittorio Giovara vittorio.giov...@gmail.com wrote: --- cc seems to work on osx and linux, it would allow skipping --cc=clang at configure on modern osx, but I'm not sure of the overall impact. Ideas? Vittorio configure | 4 ++-- 1 file changed, 2

Re: [libav-devel] [PATCH] [RFC] configure: set 'cc' as default compiler

2014-03-14 Thread Tim Walker
On 14 Mar 2014, at 01:51, Vittorio Giovara vittorio.giov...@gmail.com wrote: --- cc seems to work on osx and linux, it would allow skipping --cc=clang at configure on modern osx, but I'm not sure of the overall impact. Ideas? Vittorio Latest Xcode has gcc in

Re: [libav-devel] [PATCH] [RFC] configure: set 'cc' as default compiler

2014-03-14 Thread Vittorio Giovara
On Friday, March 14, 2014, Tim Walker tdskywal...@gmail.com wrote: On 14 Mar 2014, at 01:51, Vittorio Giovara vittorio.giov...@gmail.comjavascript:; wrote: --- cc seems to work on osx and linux, it would allow skipping --cc=clang at configure on modern osx, but I'm not sure of the

Re: [libav-devel] [PATCH] [RFC] configure: set 'cc' as default compiler

2014-03-14 Thread Tim Walker
On 14 Mar 2014, at 12:46, Vittorio Giovara vittorio.giov...@gmail.com wrote: On Friday, March 14, 2014, Tim Walker tdskywal...@gmail.com wrote: On 14 Mar 2014, at 01:51, Vittorio Giovara vittorio.giov...@gmail.comjavascript:; wrote: --- cc seems to work on osx and linux, it would allow

Re: [libav-devel] [PATCH] [RFC] configure: set 'cc' as default compiler

2014-03-14 Thread Vittorio Giovara
On Fri, Mar 14, 2014 at 1:02 PM, Tim Walker tdskywal...@gmail.com wrote: On 14 Mar 2014, at 12:46, Vittorio Giovara vittorio.giov...@gmail.com wrote: On Friday, March 14, 2014, Tim Walker tdskywal...@gmail.com wrote: On 14 Mar 2014, at 01:51, Vittorio Giovara

Re: [libav-devel] [PATCH] [RFC] configure: set 'cc' as default compiler

2014-03-14 Thread Luca Barbato
On 14/03/14 13:58, Vittorio Giovara wrote: Yeah but it gets configured with older includes (--prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1) I'd accept the change only for the macosx system. Globally some OS provide a default cc that isn't

[libav-devel] [PATCH] [RFC] configure: set 'cc' as default compiler

2014-03-13 Thread Vittorio Giovara
--- cc seems to work on osx and linux, it would allow skipping --cc=clang at configure on modern osx, but I'm not sure of the overall impact. Ideas? Vittorio configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 7051a76..0d1cd42 100755 ---

Re: [libav-devel] [PATCH] [RFC] configure: set 'cc' as default compiler

2014-03-13 Thread Sean McGovern
Hi, On Thu, Mar 13, 2014 at 8:51 PM, Vittorio Giovara vittorio.giov...@gmail.com wrote: --- cc seems to work on osx and linux, it would allow skipping --cc=clang at configure on modern osx, but I'm not sure of the overall impact. Ideas? Vittorio configure | 4 ++-- 1 file changed, 2