From 7207083063eb8724486b4a0c14996f665c0c137c Mon Sep 17 00:00:00 2001 From: Javernaut Date: Thu, 26 Dec 2019 16:28:28 +0200 Subject: [PATCH] Wording correction --- scripts/libaom/android.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/libaom/android.cmake b/scripts/libaom/android.cmake index d6cd101..0ac7225 100644 --- a/scripts/libaom/android.cmake +++ b/scripts/libaom/android.cmake @@ -5,7 +5,7 @@ set(ANDROID_ARM_NEON TRUE) # will be setup. Well, almost all. # Two variables have to be set before this line though: # ANDROID_PLATOFORM - the API level to compile against (number) -# ANDROID_ABI - the API of the target platform +# ANDROID_ABI - the ABI of the target platform include("$ENV{ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake") # AS_EXECUTABLE (AV1 Codec Library's variable) should point to an assembler