Module: libav Branch: master Commit: 41df62fd674bd0c67f7b6952381d235a393245d6
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Fri Oct 13 11:10:27 2017 +0300 configure: Set the default assembler to armasm64 for MSVC for arm64 Signed-off-by: Martin Storsjö <[email protected]> --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index e45b320..d74a83e 100755 --- a/configure +++ b/configure @@ -2946,6 +2946,9 @@ case "$toolchain" in nm_default="dumpbin -symbols" ar_default="lib" case "$arch" in + aarch64|arm64) + as_default="armasm64" + ;; arm*) as_default="armasm" ;; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
