mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #3125 from MilhouseVH/le90_fix_aom_neon
aom: disable NEON when not supported
This commit is contained in:
commit
21ce8adb0b
@ -15,3 +15,7 @@ PKG_CMAKE_OPTS_TARGET="-DENABLE_CCACHE=1 \
|
|||||||
-DENABLE_EXAMPLES=0 \
|
-DENABLE_EXAMPLES=0 \
|
||||||
-DENABLE_TESTS=0 \
|
-DENABLE_TESTS=0 \
|
||||||
-DENABLE_TOOLS=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