Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
5873b623
Commit
5873b623
authored
Nov 16, 2012
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: add basic support for ARM AArch64
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
8f7b814f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
configure
configure
+15
-0
No files found.
configure
View file @
5873b623
...
...
@@ -1064,6 +1064,7 @@ THREADS_LIST='
'
ARCH_LIST
=
'
aarch64
alpha
arm
avr32
...
...
@@ -2460,6 +2461,9 @@ fi
# Deal with common $arch aliases
case
"
$arch
"
in
aarch64|arm64
)
arch
=
"aarch64"
;;
arm
*
)
arch
=
"arm"
;;
...
...
@@ -2635,6 +2639,17 @@ elif enabled avr32; then
;;
esac
elif
enabled aarch64
;
then
case
$cpu
in
armv
*
)
cpuflags
=
"-march=
$cpu
"
;;
*
)
cpuflags
=
"-mcpu=
$cpu
"
;;
esac
fi
add_cflags
$cpuflags
...
...
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