mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
aom: disable NEON when not supported
This commit is contained in:
parent
048c44b131
commit
e82603d4e7
@ -15,3 +15,7 @@ PKG_CMAKE_OPTS_TARGET="-DENABLE_CCACHE=1 \
|
||||
-DENABLE_EXAMPLES=0 \
|
||||
-DENABLE_TESTS=0 \
|
||||
-DENABLE_TOOLS=0"
|
||||
|
||||
if ! target_has_feature neon; then
|
||||
PKG_CMAKE_OPTS_TARGET+=" -DENABLE_NEON=0 -DENABLE_NEON_ASM=0"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user