Include vpx_config.h for macros
authorJerome Jiang <jianj@google.com>
Tue, 3 Oct 2023 14:14:43 +0000 (10:14 -0400)
committerJerome Jiang <jianj@google.com>
Tue, 3 Oct 2023 18:26:50 +0000 (14:26 -0400)
Clear some clang-tidy complaints

Change-Id: I6690428d336c81709befd19a33e11c1367275df3

vpx_ports/aarch32_cpudetect.c
vpx_ports/aarch64_cpudetect.c

index 48bdc70..639f4ff 100644 (file)
@@ -9,6 +9,7 @@
  */
 // Feature detection code for Armv7-A / AArch32.
 
+#include "./vpx_config.h"
 #include "arm_cpudetect.h"
 
 #if !CONFIG_RUNTIME_CPU_DETECT
index dad081c..ac68f44 100644 (file)
@@ -8,6 +8,7 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
+#include "./vpx_config.h"
 #include "arm_cpudetect.h"
 
 #if defined(__APPLE__)