[vlc-commits] [Git][videolan/npapi-vlc][master] Pass -m64 to widl when building for aarch64

Jean-Baptiste Kempf gitlab at videolan.org
Sun May 16 19:41:51 UTC 2021



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Browser Plugins


Commits:
2f3715de by Martin Storsjö at 2021-05-16T22:04:44+03:00
Pass -m64 to widl when building for aarch64

- - - - -


1 changed file:

- configure.ac


Changes:

=====================================
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"
         ;;
         *)



View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/-/commit/2f3715defc772562307bdea91cc4e7d271055333

-- 
View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/-/commit/2f3715defc772562307bdea91cc4e7d271055333
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list