summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/nb_celp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/nb_celp.c')
-rw-r--r--apps/codecs/libspeex/nb_celp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/codecs/libspeex/nb_celp.c b/apps/codecs/libspeex/nb_celp.c
index 0798ffbcf4..5d167a2aa3 100644
--- a/apps/codecs/libspeex/nb_celp.c
+++ b/apps/codecs/libspeex/nb_celp.c
@@ -1108,6 +1108,9 @@ void *nb_decoder_init(const SpeexMode *m)
1108 st->isWideband = 0; 1108 st->isWideband = 0;
1109 st->highpass_enabled = 1; 1109 st->highpass_enabled = 1;
1110 1110
1111#ifdef CPU_COLDFIRE
1112 coldfire_set_macsr(0); // Integer mode
1113#endif
1111#ifdef ENABLE_VALGRIND 1114#ifdef ENABLE_VALGRIND
1112 VALGRIND_MAKE_READABLE(st, NB_DEC_STACK); 1115 VALGRIND_MAKE_READABLE(st, NB_DEC_STACK);
1113#endif 1116#endif