[SCM] libvpx/master: Add arm64 native support

onovy at users.alioth.debian.org onovy at users.alioth.debian.org
Tue Jan 17 16:03:32 UTC 2017


The following commit has been merged in the master branch:
commit 639baffbcfe35ded496f331e40c3b99376ef19e9
Author: Ondřej Nový <onovy at debian.org>
Date:   Tue Jan 17 17:00:45 2017 +0100

    Add arm64 native support

diff --git a/debian/rules b/debian/rules
index b6efd50..669038d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,9 @@ else
 configure_flags += --target=generic-gnu
 endif
 else
+ifeq ($(DEB_HOST_ARCH), arm64)
+configure_flags += --target=arm64-linux-gcc
+else
 ifeq ($(DEB_HOST_ARCH), armhf)
 # now armhf is ARMv7, but ARMv7 in vpx means NEON, which is not mandatory on armhf
 # thus we use ARMv6 and -marm (since no thumb2 on ARMv6) to ensure compatability
@@ -81,6 +84,7 @@ endif
 endif
 endif
 endif
+endif
 
 ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 CROSS=$(DEB_HOST_GNU_TYPE)-

-- 
libvpx packaging



More information about the pkg-multimedia-commits mailing list