[FFmpeg-cvslog] configure: Default to armasm for --toolchain=msvc when targeting arm
Martin Storsjö
git at videolan.org
Mon Jul 27 13:07:56 CEST 2015
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Fri Jul 24 23:23:29 2015 +0300| [2192ff84dd720968108bc1ca54e239f4c94eb61d] | committer: Martin Storsjö
configure: Default to armasm for --toolchain=msvc when targeting arm
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2192ff84dd720968108bc1ca54e239f4c94eb61d
---
configure | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/configure b/configure
index 5645936..73f4e18 100755
--- a/configure
+++ b/configure
@@ -2642,6 +2642,11 @@ case "$toolchain" in
ld_default="$source_path/compat/windows/mslink"
nm_default="dumpbin -symbols"
ar_default="lib"
+ case "$arch" in
+ arm*)
+ as_default="armasm"
+ ;;
+ esac
target_os_default="win32"
# Use a relative path for TMPDIR. This makes sure all the
# ffconf temp files are written with a relative path, avoiding
More information about the ffmpeg-cvslog
mailing list