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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-10-20 18:04:02 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-10-20 18:04:02 +0400
commitbdcefb47d29cf25aa8baaa0a37bd1378adf18b27 (patch)
tree242ff7c50e8cfd3567aa0606a51115eb630f1c1c /libspeex/nb_celp.c
parentfef16861b8ffb56f99a99da28356d2e837cb4493 (diff)
Put all the OS-dependent calls in os_support.h
git-svn-id: http://svn.xiph.org/trunk/speex@14021 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'libspeex/nb_celp.c')
-rw-r--r--libspeex/nb_celp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libspeex/nb_celp.c b/libspeex/nb_celp.c
index bf7a641..e308477 100644
--- a/libspeex/nb_celp.c
+++ b/libspeex/nb_celp.c
@@ -47,6 +47,7 @@
#include "vbr.h"
#include "misc.h"
#include "math_approx.h"
+#include "os_support.h"
#include <speex/speex_callbacks.h>
#ifdef VORBIS_PSYCHO