ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Sat Nov 11 17:48:11 2017 -0300| [5fd3e6c3a6193007e1d66d02d902956251f8906c] | committer: James Almer
Merge commit '41df62fd674bd0c67f7b6952381d235a393245d6' * commit '41df62fd674bd0c67f7b6952381d235a393245d6': configure: Set the default assembler to armasm64 for MSVC for arm64 Merged-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5fd3e6c3a6193007e1d66d02d902956251f8906c --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index b734c3f842..b1674916a1 100755 --- a/configure +++ b/configure @@ -3821,6 +3821,9 @@ case "$toolchain" in nm_default="dumpbin -symbols" ar_default="lib" case "$arch" in + aarch64|arm64) + as_default="armasm64" + ;; arm*) as_default="armasm" ;; ====================================================================== _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog