Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
81dfa21e
Commit
81dfa21e
authored
Dec 01, 2012
by
Mans Rullgard
Browse files
configure: move arm arch extensions to a separate variable
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
e816034a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
configure
configure
+10
-6
No files found.
configure
View file @
81dfa21e
...
...
@@ -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
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment