Skip to content

Fix build with Android NDK r26 on ARM32

Volker Krause requested to merge work/vkrause/android-aom-ndk-r26-compat into master

AOM expects the target CPU to be armv7a in that case, not arm32, and otherwise doesn't generate declarations for its NEON specializations.

Merge request reports