[vlc-commits] Pass -m64 to widl when building for aarch64

Martin Storsjö git at videolan.org
Sun May 16 21:18:27 UTC 2021


npapi-vlc | branch: 3.0.x | Martin Storsjö <martin at martin.st> | Sun May 16 22:04:44 2021 +0300| [b291c99ef80c76206456858fb7916da69047f079] | committer: Martin Storsjö

Pass -m64 to widl when building for aarch64

(cherry picked from commit 2f3715defc772562307bdea91cc4e7d271055333)

> https://code.videolan.org/videolan/npapi-vlc/commit/b291c99ef80c76206456858fb7916da69047f079
---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d9ed0fe..5999781 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,7 @@ AS_IF([test "${SYS}" = "mingw32"],[
     AC_CHECK_TOOL(WIDL, [widl], no)
 
     case "${host}" in
-        amd64*|x86_64*)
+        amd64*|x86_64*|aarch64*)
             WIDLFLAGS=" -m64"
         ;;
         *)



More information about the vlc-commits mailing list