[FFmpeg-cvslog] configure: move arm arch extensions to a separate variable

Mans Rullgard git at videolan.org
Mon Dec 3 03:06:41 CET 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat Dec  1 12:26:12 2012 +0000| [81dfa21ec9766b80dfb878b2f7eba80992b1170a] | committer: Mans Rullgard

configure: move arm arch extensions to a separate variable

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=81dfa21ec9766b80dfb878b2f7eba80992b1170a
---

 configure |   16 ++++++++++------
 1 file 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
 "
 



More information about the ffmpeg-cvslog mailing list