Re: [libav-devel] [PATCH] travis: Exclude gcc for the osx target

2017-04-19 Thread Diego Biurrun
On Wed, Apr 19, 2017 at 11:26:16AM +0300, Martin Storsjö wrote: > On Wed, 19 Apr 2017, Diego Biurrun wrote: > > >On Tue, Apr 18, 2017 at 08:26:16PM +0200, Luca Barbato wrote: > >>`gcc` there is still clang so it is unneded to run it twice. > > > >I cannot parse this sentence, thus I wonder what

Re: [libav-devel] [PATCH] travis: Exclude gcc for the osx target

2017-04-19 Thread Vittorio Giovara
On Wed, Apr 19, 2017 at 6:56 AM, Luca Barbato wrote: > On 19/04/2017 10:21, Diego Biurrun wrote: >> On Tue, Apr 18, 2017 at 08:26:16PM +0200, Luca Barbato wrote: >>> `gcc` there is still clang so it is unneded to run it twice. >> >> I cannot parse this sentence, thus I wonder

Re: [libav-devel] [PATCH] travis: Exclude gcc for the osx target

2017-04-19 Thread Luca Barbato
On 19/04/2017 10:21, Diego Biurrun wrote: > On Tue, Apr 18, 2017 at 08:26:16PM +0200, Luca Barbato wrote: >> `gcc` there is still clang so it is unneded to run it twice. > > I cannot parse this sentence, thus I wonder what you are trying to say.. > the gcc command, there, is still clang.

Re: [libav-devel] [PATCH] travis: Exclude gcc for the osx target

2017-04-19 Thread Martin Storsjö
On Wed, 19 Apr 2017, Diego Biurrun wrote: On Tue, Apr 18, 2017 at 08:26:16PM +0200, Luca Barbato wrote: `gcc` there is still clang so it is unneded to run it twice. I cannot parse this sentence, thus I wonder what you are trying to say.. On a normal osx setup, 'gcc' is a symlink to clang.

Re: [libav-devel] [PATCH] travis: Exclude gcc for the osx target

2017-04-19 Thread Diego Biurrun
On Tue, Apr 18, 2017 at 08:26:16PM +0200, Luca Barbato wrote: > `gcc` there is still clang so it is unneded to run it twice. I cannot parse this sentence, thus I wonder what you are trying to say.. Diego ___ libav-devel mailing list

[libav-devel] [PATCH] travis: Exclude gcc for the osx target

2017-04-18 Thread Luca Barbato
`gcc` there is still clang so it is unneded to run it twice. --- .travis.yml | 4 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6f9647a..5aa2802 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ addons: compiler: - clang - gcc +matrix: +