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
2192ff84
Commit
2192ff84
authored
Jul 24, 2015
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Default to armasm for --toolchain=msvc when targeting arm
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
e4015b00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
configure
configure
+5
-0
No files found.
configure
View file @
2192ff84
...
@@ -2642,6 +2642,11 @@ case "$toolchain" in
...
@@ -2642,6 +2642,11 @@ case "$toolchain" in
ld_default
=
"
$source_path
/compat/windows/mslink"
ld_default
=
"
$source_path
/compat/windows/mslink"
nm_default
=
"dumpbin -symbols"
nm_default
=
"dumpbin -symbols"
ar_default
=
"lib"
ar_default
=
"lib"
case
"
$arch
"
in
arm
*
)
as_default
=
"armasm"
;;
esac
target_os_default
=
"win32"
target_os_default
=
"win32"
# Use a relative path for TMPDIR. This makes sure all the
# Use a relative path for TMPDIR. This makes sure all the
# ffconf temp files are written with a relative path, avoiding
# ffconf temp files are written with a relative path, avoiding
...
...
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