summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Bradshaw <mjbshaw@google.com>2017-01-27 16:07:26 -0800
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-02-15 16:54:06 -0500
commitc930cc57d2e2cf32a9ecf6aa2cebb8a3a785b3ad (patch)
tree28648211f4d12a49aec3c39181dfdadf95c85ce4 /configure.ac
parent4911460353b37000f5d928b75707acb14e7b2855 (diff)
downloadopus-c930cc57d2e2cf32a9ecf6aa2cebb8a3a785b3ad.tar.gz
Reduce the scope of Ne10 includes
libopus only uses the DSP module of Ne10, and never uses the init functions. Signed-off-by: Michael Bradshaw <mjbshaw@google.com> Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f63cfd27..fca746fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -426,7 +426,7 @@ AC_DEFUN([OPUS_PATH_NE10],
AC_LINK_IFELSE(
[
AC_LANG_PROGRAM(
- [[#include <NE10_init.h>
+ [[#include <NE10_dsp.h>
]],
[[
ne10_fft_cfg_float32_t cfg;