Re: [libav-devel] [PATCH 2/2] configure: Simplify AltiVec/VSX check with a helper function

2017-06-12 Thread Sean McGovern
On Mon, Jun 12, 2017 at 4:18 PM, Diego Biurrun wrote: > On Mon, Jun 12, 2017 at 04:15:27PM -0400, Sean McGovern wrote: >> On Jun 12, 2017 3:53 PM, "Diego Biurrun" wrote: >> --- a/configure >> +++ b/configure >> @@ -4458,29 +4458,19 @@ elif enabled ppc; then >>

Re: [libav-devel] [PATCH 2/2] configure: Simplify AltiVec/VSX check with a helper function

2017-06-12 Thread Diego Biurrun
On Mon, Jun 12, 2017 at 04:15:27PM -0400, Sean McGovern wrote: > On Jun 12, 2017 3:53 PM, "Diego Biurrun" wrote: > --- a/configure > +++ b/configure > @@ -4458,29 +4458,19 @@ elif enabled ppc; then > # check if our compiler supports Motorola AltiVec C API > -

Re: [libav-devel] [PATCH 2/2] configure: Simplify AltiVec/VSX check with a helper function

2017-06-12 Thread Sean McGovern
Hi Diego, On Jun 12, 2017 3:53 PM, "Diego Biurrun" wrote: --- configure | 24 +++- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/configure b/configure index e8ecf30..46859b7 100755 --- a/configure +++ b/configure @@ -4458,29 +4458,19 @@

[libav-devel] [PATCH 2/2] configure: Simplify AltiVec/VSX check with a helper function

2017-06-12 Thread Diego Biurrun
--- configure | 24 +++- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/configure b/configure index e8ecf30..46859b7 100755 --- a/configure +++ b/configure @@ -4458,29 +4458,19 @@ elif enabled ppc; then check_cflags -maltivec -mabi=altivec #