mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libdvbcsa: AArch64 support
This commit is contained in:
parent
0dc1a6514f
commit
7c3546251f
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="libdvbcsa"
|
PKG_NAME="libdvbcsa"
|
||||||
PKG_VERSION="f988715"
|
PKG_VERSION="4ce8be8"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
@ -36,6 +36,10 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static --with-sysroot=$SYSR
|
|||||||
|
|
||||||
if echo "$TARGET_FPU" | grep -q '^neon'; then
|
if echo "$TARGET_FPU" | grep -q '^neon'; then
|
||||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-neon"
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-neon"
|
||||||
|
elif [ "$TARGET_ARCH" = aarch64 ]; then
|
||||||
|
# change this to --enable-neon when AArch64 NEON performance is improved
|
||||||
|
# check performance with test/benchbitslice
|
||||||
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-uint64"
|
||||||
elif [ "$TARGET_ARCH" = x86_64 ]; then
|
elif [ "$TARGET_ARCH" = x86_64 ]; then
|
||||||
if echo "$PROJECT_CFLAGS" | grep -q '\-mssse3'; then
|
if echo "$PROJECT_CFLAGS" | grep -q '\-mssse3'; then
|
||||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-ssse3"
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-ssse3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user