You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: Default to armasm for --toolchain=msvc when targeting arm
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
5
configure
vendored
5
configure
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user