opus: allow using neon optimizations

This commit is contained in:
Lukas Rusak 2016-05-20 13:58:41 -07:00
parent 28e5c49720
commit 36af3ebcea

View File

@ -32,5 +32,12 @@ PKG_LONGDESC="Codec designed for interactive speech and audio transmission over
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
if [ "$TARGET_ARCH" = "arm" ]; then
FIXED_POINT="--enable-fixed-point"
else
FIXED_POINT="--disable-fixed-point"
fi
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared"
--disable-shared \
$FIXED_POINT"