summaryrefslogtreecommitdiff
path: root/third_party/build/speex/speex
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-09 17:13:10 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-09 17:13:10 +0000
commit032f5c4def19123a1c52d54691579dd6167543b9 (patch)
treef1e07e9da3da02ba832e8e4b3fb846d1dcb3733c /third_party/build/speex/speex
parent174c05e4ea8add3a5536d8818f3f78ddf7842d15 (diff)
Initial Makefiles for the third_party components
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1180 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party/build/speex/speex')
-rw-r--r--third_party/build/speex/speex/speex_config_types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/build/speex/speex/speex_config_types.h b/third_party/build/speex/speex/speex_config_types.h
new file mode 100644
index 00000000..b4054516
--- /dev/null
+++ b/third_party/build/speex/speex/speex_config_types.h
@@ -0,0 +1,6 @@
+#include <pj/types.h>
+typedef pj_int16_t spx_int16_t;
+typedef pj_uint16_t spx_uint16_t;
+typedef pj_int32_t spx_int32_t;
+typedef pj_uint32_t spx_uint32_t;
+