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

gitlab.xiph.org/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 /celt/dump_modes
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 'celt/dump_modes')
-rw-r--r--celt/dump_modes/dump_modes_arm_ne10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/dump_modes/dump_modes_arm_ne10.c b/celt/dump_modes/dump_modes_arm_ne10.c
index 47578cda..828e7b9f 100644
--- a/celt/dump_modes/dump_modes_arm_ne10.c
+++ b/celt/dump_modes/dump_modes_arm_ne10.c
@@ -60,7 +60,7 @@ void dump_modes_arch_init(CELTMode **modes, int nb_modes)
fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts);
}
fprintf(file, "\n * It contains static definitions for some pre-defined modes. */\n");
- fprintf(file, "#include <NE10_init.h>\n\n");
+ fprintf(file, "#include <NE10_types.h>\n\n");
}
void dump_modes_arch_finalize()