Re: [libav-devel] [PATCH 4/5] configure: Move cpunop into ARCH_EXT_LIST_X86

2014-02-22 Thread Dave Yeo
On 11/02/13 09:21 am, Diego Biurrun wrote: It is a processor feature, so it belongs there. --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5f49265..b635d33 100755 --- a/configure +++ b/configure @@ -1194,6 +1194,7 @@

Re: [libav-devel] [PATCH 4/5] configure: Move cpunop into ARCH_EXT_LIST_X86

2014-02-22 Thread Luca Barbato
On 23/02/14 00:52, Dave Yeo wrote: HAVE_LIST has ARCH_EXT_LIST ARCH_EXT_LIST has ARCH_EXT_LIST_X86 I'm wondering why it is broken for you since it should not. lu ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 4/5] configure: Move cpunop into ARCH_EXT_LIST_X86

2014-02-22 Thread James Almer
On 22/02/14 11:57 PM, Luca Barbato wrote: On 23/02/14 00:52, Dave Yeo wrote: HAVE_LIST has ARCH_EXT_LIST ARCH_EXT_LIST has ARCH_EXT_LIST_X86 I'm wondering why it is broken for you since it should not. lu https://fate.libav.org/x86.os2.444/2014002516 Probably related.

Re: [libav-devel] [PATCH 4/5] configure: Move cpunop into ARCH_EXT_LIST_X86

2014-02-22 Thread Luca Barbato
On 23/02/14 04:02, James Almer wrote: On 22/02/14 11:57 PM, Luca Barbato wrote: On 23/02/14 00:52, Dave Yeo wrote: HAVE_LIST has ARCH_EXT_LIST ARCH_EXT_LIST has ARCH_EXT_LIST_X86 I'm wondering why it is broken for you since it should not. lu

Re: [libav-devel] [PATCH 4/5] configure: Move cpunop into ARCH_EXT_LIST_X86

2014-02-17 Thread Luca Barbato
On 02/11/13 17:21, Diego Biurrun wrote: It is a processor feature, so it belongs there. --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Ok. ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH 4/5] configure: Move cpunop into ARCH_EXT_LIST_X86

2013-11-02 Thread Diego Biurrun
It is a processor feature, so it belongs there. --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5f49265..b635d33 100755 --- a/configure +++ b/configure @@ -1194,6 +1194,7 @@ ARCH_EXT_LIST_X86= amd3dnowext avx avx2 +