Module: libav Branch: master Commit: 81dfa21ec9766b80dfb878b2f7eba80992b1170a
Author: Mans Rullgard <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Sat Dec 1 12:26:12 2012 +0000 configure: move arm arch extensions to a separate variable Signed-off-by: Mans Rullgard <[email protected]> --- configure | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 02b4270..baff12f 100755 --- a/configure +++ b/configure @@ -1096,6 +1096,15 @@ ARCH_LIST=' x86_64 ' +ARCH_EXT_LIST_ARM=' + armv5te + armv6 + armv6t2 + armvfp + neon + vfpv3 +' + ARCH_EXT_LIST_X86=' amd3dnow amd3dnowext @@ -1112,15 +1121,10 @@ ARCH_EXT_LIST_X86=' ' ARCH_EXT_LIST=" + $ARCH_EXT_LIST_ARM $ARCH_EXT_LIST_X86 altivec - armv5te - armv6 - armv6t2 - armvfp - neon ppc4xx - vfpv3 vis " _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
