From f9ac218d21d21632e4bb1f92c4404f4449552bf5 Mon Sep 17 00:00:00 2001 From: Subs Date: Fri, 3 Feb 2017 19:16:20 +0100 Subject: [PATCH] Typo: ARMV64 -> ARM64 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17a2f86c35..57757adeb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -406,7 +406,7 @@ if(USE_FFMPEG) elseif(LINUX) if(ARMV7) set(PLATFORM_ARCH "linux/armv7") - elseif(ARMV64) + elseif(ARM64) set(PLATFORM_ARCH "linux/aarch64") elseif(ARM) set(PLATFORM_ARCH "linux/arm")