Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bradshaw <mjbshaw@google.com>2017-01-28 03:07:26 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-02-16 00:54:06 +0300
commitc930cc57d2e2cf32a9ecf6aa2cebb8a3a785b3ad (patch)
tree28648211f4d12a49aec3c39181dfdadf95c85ce4 /configure.ac
parent4911460353b37000f5d928b75707acb14e7b2855 (diff)
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;