[SCM] rem/master: Enable optimized DSP assembler code for armhf and arm64.
js at users.alioth.debian.org
js at users.alioth.debian.org
Tue Dec 27 00:22:46 UTC 2016
The following commit has been merged in the master branch:
commit d239d60a685a9c5726e2f1837c53eb0a22daae3e
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Dec 27 01:05:10 2016 +0100
Enable optimized DSP assembler code for armhf and arm64.
diff --git a/debian/rules b/debian/rules
index 169da07..b6472c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +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)) \
USE_OPENSSL=1 \
USE_ZLIB=1 \
EXTRA_CFLAGS="$(CFLAGS) $(CPPFLAGS)" \
--
rem packaging
More information about the pkg-multimedia-commits
mailing list