mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
opus: allow using neon optimizations
This commit is contained in:
parent
28e5c49720
commit
36af3ebcea
@ -32,5 +32,12 @@ PKG_LONGDESC="Codec designed for interactive speech and audio transmission over
|
|||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="yes"
|
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 \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||||
--disable-shared"
|
--disable-shared \
|
||||||
|
$FIXED_POINT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user