Re: [libav-devel] [PATCH 03/12] configure: Use inline asm check helper function where appropriate

2017-02-01 Thread Vittorio Giovara
On Wed, Feb 1, 2017 at 6:37 PM, Diego Biurrun wrote: > On Wed, Feb 01, 2017 at 01:12:47PM +0100, Vittorio Giovara wrote: >> On Wed, Feb 1, 2017 at 12:23 PM, Diego Biurrun wrote: >> > On Wed, Feb 01, 2017 at 10:51:15AM +0100, Vittorio Giovara wrote: >> >> On

Re: [libav-devel] [PATCH 03/12] configure: Use inline asm check helper function where appropriate

2017-02-01 Thread Diego Biurrun
On Wed, Feb 01, 2017 at 01:12:47PM +0100, Vittorio Giovara wrote: > On Wed, Feb 1, 2017 at 12:23 PM, Diego Biurrun wrote: > > On Wed, Feb 01, 2017 at 10:51:15AM +0100, Vittorio Giovara wrote: > >> On Tue, Jan 24, 2017 at 6:12 PM, Diego Biurrun wrote: > >> >

Re: [libav-devel] [PATCH 03/12] configure: Use inline asm check helper function where appropriate

2017-02-01 Thread Vittorio Giovara
On Wed, Feb 1, 2017 at 12:23 PM, Diego Biurrun wrote: > On Wed, Feb 01, 2017 at 10:51:15AM +0100, Vittorio Giovara wrote: >> On Tue, Jan 24, 2017 at 6:12 PM, Diego Biurrun wrote: >> > --- a/configure >> > +++ b/configure >> > @@ -4165,9 +4165,7 @@ EOF >> > >>

Re: [libav-devel] [PATCH 03/12] configure: Use inline asm check helper function where appropriate

2017-02-01 Thread Diego Biurrun
On Wed, Feb 01, 2017 at 10:51:15AM +0100, Vittorio Giovara wrote: > On Tue, Jan 24, 2017 at 6:12 PM, Diego Biurrun wrote: > > --- a/configure > > +++ b/configure > > @@ -4165,9 +4165,7 @@ EOF > > > > -check_cc < > -void foo(void) { __asm__ volatile ("" ::); } > > -EOF > >

Re: [libav-devel] [PATCH 03/12] configure: Use inline asm check helper function where appropriate

2017-02-01 Thread Vittorio Giovara
On Tue, Jan 24, 2017 at 6:12 PM, Diego Biurrun wrote: > --- > configure | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/configure b/configure > index f7436c5..c543c05 100755 > --- a/configure > +++ b/configure > @@ -4165,9 +4165,7 @@ EOF > sym=$($nm

[libav-devel] [PATCH 03/12] configure: Use inline asm check helper function where appropriate

2017-01-24 Thread Diego Biurrun
--- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index f7436c5..c543c05 100755 --- a/configure +++ b/configure @@ -4165,9 +4165,7 @@ EOF sym=$($nm $TMPO | awk '/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }')