npapi-vlc | branch: master | Martin Storsjö <[email protected]> | Sun May 16 22:04:44 2021 +0300| [2f3715defc772562307bdea91cc4e7d271055333] | committer: Martin Storsjö
Pass -m64 to widl when building for aarch64 > https://code.videolan.org/videolan/npapi-vlc/commit/2f3715defc772562307bdea91cc4e7d271055333 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 694cd7f..19ed80c 100644 --- a/configure.ac +++ b/configure.ac @@ -122,7 +122,7 @@ AS_IF([test "${SYS}" = "mingw32"],[ AC_CHECK_TOOL(WIDL, [widl], no) case "${host}" in - amd64*|x86_64*) + amd64*|x86_64*|aarch64*) WIDLFLAGS=" -m64" ;; *) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
