summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Eric Laurent <elaurent@google.com> 2010-08-25 10:00:53 -0700
committer Eric Laurent <elaurent@google.com> 2010-08-25 10:00:53 -0700
commitcd295c11abca8efad31e68e39e0de83bc1faba7e (patch)
tree97db4c399c3cf7daf442c4f44b086db6ac72d4d7
parent59073b155ab0d8a5706c90200e6af614510aba0e (diff)
Fix the simulator build.
Fixes the sim build broken by commit 58d3bd08107f44cba79938dd8430e69c0fda4202. Change-Id: I5a63623363d558783dc5254fdd322080cc2f3525
-rw-r--r--media/libmedia/fixedfft.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libmedia/fixedfft.cpp b/media/libmedia/fixedfft.cpp
index 28eb05a6573e..9cf05ba31704 100644
--- a/media/libmedia/fixedfft.cpp
+++ b/media/libmedia/fixedfft.cpp
@@ -26,7 +26,9 @@
#include <stdio.h>
#include <stdint.h>
+#ifdef __ARM_ARCH__
#include <machine/cpu-features.h>
+#endif
#define LOG_FFT_SIZE 10
#define MAX_FFT_SIZE (1 << LOG_FFT_SIZE)