Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
81dfa21e
Commit
81dfa21e
authored
Dec 01, 2012
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: move arm arch extensions to a separate variable
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
e816034a
Show 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='
...
@@ -1096,6 +1096,15 @@ ARCH_LIST='
x86_64
x86_64
'
'
ARCH_EXT_LIST_ARM
=
'
armv5te
armv6
armv6t2
armvfp
neon
vfpv3
'
ARCH_EXT_LIST_X86
=
'
ARCH_EXT_LIST_X86
=
'
amd3dnow
amd3dnow
amd3dnowext
amd3dnowext
...
@@ -1112,15 +1121,10 @@ ARCH_EXT_LIST_X86='
...
@@ -1112,15 +1121,10 @@ ARCH_EXT_LIST_X86='
'
'
ARCH_EXT_LIST
=
"
ARCH_EXT_LIST
=
"
$ARCH_EXT_LIST_ARM
$ARCH_EXT_LIST_X86
$ARCH_EXT_LIST_X86
altivec
altivec
armv5te
armv6
armv6t2
armvfp
neon
ppc4xx
ppc4xx
vfpv3
vis
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