[SCM] rem/master: Drop arm64 from optimized DSP assembler code.

vasudev at users.alioth.debian.org vasudev at users.alioth.debian.org
Thu Dec 29 14:29:45 UTC 2016


The following commit has been merged in the master branch:
commit 0ba1d3cc1ffcad89472dbdd53257b05323f36d8d
Author: Vasudev Kamath <vasudev at copyninja.info>
Date:   Thu Dec 29 19:40:05 2016 +0530

    Drop arm64 from optimized DSP assembler code.

diff --git a/debian/rules b/debian/rules
index b6472c2..8d1c2c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ common-build-arch common-build-indep:: build_rem_package
 build_rem_package:
 	make info all RELEASE=1 \
 		HAVE_LIBPTHREAD=1 \
-		HAVE_ARMV6=$(filter armhf arm64,$(DEB_HOST_ARCH)) \
+		HAVE_ARMV6=$(filter armhf ,$(DEB_HOST_ARCH)) \
 		USE_OPENSSL=1 \
 		USE_ZLIB=1 \
 		EXTRA_CFLAGS="$(CFLAGS) $(CPPFLAGS)" \

-- 
rem packaging



More information about the pkg-multimedia-commits mailing list