aom: fix dependency

This commit is contained in:
MilhouseVH 2019-02-13 15:10:54 +00:00
parent b35c554b0f
commit 0c118d5180

View File

@ -16,6 +16,10 @@ PKG_CMAKE_OPTS_TARGET="-DENABLE_CCACHE=1 \
-DENABLE_TESTS=0 \
-DENABLE_TOOLS=0"
if [ "$TARGET_ARCH" = "x86_64" ]; then
PKG_DEPENDS_TARGET+=" nasm:host"
fi
if ! target_has_feature neon; then
PKG_CMAKE_OPTS_TARGET+=" -DENABLE_NEON=0 -DENABLE_NEON_ASM=0"
fi