diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-05-12 16:03:07 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-05-12 16:03:07 +0800 |
commit | dec17eb36c69435f97c6f5635dc57a76386db818 (patch) | |
tree | f472c2d22e08989a76f6d2c29133cc6b274853ba /libs/speexdsp/Makefile | |
parent | 59b91fc342aa69c8aa107587fd29ff2161159c65 (diff) |
treewide: Enable VFP/NEON optimizations for aarch64
For speexdsp, support for NEON on aarch64 was added in 1.2.0[1].
[1]: https://github.com/xiph/speexdsp/pull/8
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'libs/speexdsp/Makefile')
-rw-r--r-- | libs/speexdsp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/speexdsp/Makefile b/libs/speexdsp/Makefile index 284a1cab3..14a350c34 100644 --- a/libs/speexdsp/Makefile +++ b/libs/speexdsp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=speexdsp PKG_VERSION:=1.2.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.us.xiph.org/releases/speex/ @@ -60,7 +60,6 @@ CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ --disable-examples \ - $(if $(CONFIG_aarch64),--disable-neon) \ $(if $(CONFIG_SOFT_FLOAT),--enable-fixed-point --disable-float-api) $(eval $(call BuildPackage,libspeexdsp)) |