Re: [libav-devel] [PATCH] build: Disable VDA if an unsupported compiler is used

2016-02-04 Thread Vittorio Giovara
On Thu, Jan 21, 2016 at 9:22 AM, Martin Storsjö wrote: > On Thu, 21 Jan 2016, Diego Biurrun wrote: > >> On Wed, Jan 20, 2016 at 11:11:31AM -0500, Vittorio Giovara wrote: >>> >>> On Wed, Jan 20, 2016 at 3:19 AM, Martin Storsjö wrote: >>> > On Wed, 20 Jan 2016, Vittorio Giovara wrote: >>> >> --- a/

Re: [libav-devel] [PATCH] build: Disable VDA if an unsupported compiler is used

2016-01-21 Thread Vittorio Giovara
On Thu, Jan 21, 2016 at 3:07 AM, Diego Biurrun wrote: > On Wed, Jan 20, 2016 at 11:11:31AM -0500, Vittorio Giovara wrote: >> On Wed, Jan 20, 2016 at 3:19 AM, Martin Storsjö wrote: >> > On Wed, 20 Jan 2016, Vittorio Giovara wrote > > And this isn't actually a missing header somewhere that can be w

Re: [libav-devel] [PATCH] build: Disable VDA if an unsupported compiler is used

2016-01-21 Thread Luca Barbato
On 21/01/16 09:22, Martin Storsjö wrote: > Luca said it was relating to blocks, an Apple C extension (for anonymous > functions), which apparently isn't supported in gcc. > > I guess the patch (or something else that has the same effect, but wait > until Diego is finished with it) is ok with me, b

Re: [libav-devel] [PATCH] build: Disable VDA if an unsupported compiler is used

2016-01-21 Thread Martin Storsjö
On Thu, 21 Jan 2016, Diego Biurrun wrote: On Wed, Jan 20, 2016 at 11:11:31AM -0500, Vittorio Giovara wrote: On Wed, Jan 20, 2016 at 3:19 AM, Martin Storsjö wrote: > On Wed, 20 Jan 2016, Vittorio Giovara wrote: >> --- a/configure >> +++ b/configure >> @@ -2430,7 +2430,7 @@ enable swscale_alpha

Re: [libav-devel] [PATCH] build: Disable VDA if an unsupported compiler is used

2016-01-21 Thread Diego Biurrun
On Wed, Jan 20, 2016 at 11:11:31AM -0500, Vittorio Giovara wrote: > On Wed, Jan 20, 2016 at 3:19 AM, Martin Storsjö wrote: > > On Wed, 20 Jan 2016, Vittorio Giovara wrote: > >> --- a/configure > >> +++ b/configure > >> @@ -2430,7 +2430,7 @@ enable swscale_alpha > >> > >> check_lib math.h sin -lm &

Re: [libav-devel] [PATCH] build: Disable VDA if an unsupported compiler is used

2016-01-20 Thread Vittorio Giovara
On Wed, Jan 20, 2016 at 3:19 AM, Martin Storsjö wrote: > On Wed, 20 Jan 2016, Vittorio Giovara wrote: > >> --- >> Alternatively we could make configure fail. Opinions? >> Vittorio >> >> configure | 9 - >> 1 file changed, 8 insertions(+), 1 deletion(-) > > > What does "unsupported compiler"

Re: [libav-devel] [PATCH] build: Disable VDA if an unsupported compiler is used

2016-01-20 Thread Luca Barbato
On 20/01/16 09:19, Martin Storsjö wrote: > On Wed, 20 Jan 2016, Vittorio Giovara wrote: > >> --- >> Alternatively we could make configure fail. Opinions? >> Vittorio >> >> configure | 9 - >> 1 file changed, 8 insertions(+), 1 deletion(-) > > What does "unsupported compiler" mean here? Wha

Re: [libav-devel] [PATCH] build: Disable VDA if an unsupported compiler is used

2016-01-20 Thread Martin Storsjö
On Wed, 20 Jan 2016, Vittorio Giovara wrote: --- Alternatively we could make configure fail. Opinions? Vittorio configure | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) What does "unsupported compiler" mean here? What actual setup does this change? diff --git a/configure b/

Re: [libav-devel] [PATCH] build: Disable VDA if an unsupported compiler is used

2016-01-20 Thread Luca Barbato
On 20/01/16 06:27, Vittorio Giovara wrote: > --- > Alternatively we could make configure fail. Opinions? > Vittorio > > configure | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/configure b/configure > index 2d0573a..b7658fe 100755 > --- a/configure > +++ b/confi

[libav-devel] [PATCH] build: Disable VDA if an unsupported compiler is used

2016-01-19 Thread Vittorio Giovara
--- Alternatively we could make configure fail. Opinions? Vittorio configure | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 2d0573a..b7658fe 100755 --- a/configure +++ b/configure @@ -2430,7 +2430,7 @@ enable swscale_alpha enable valgrind_