summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-06 14:07:01 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-06 14:07:01 +0000
commit68c6ddd6aab585f281954f11c4f1a500b1ad7091 (patch)
treead43c08293b77b4ff09980e5310b12365fdde789
parent9640833b3bfc82dc7359280d19d132c314baad42 (diff)
Added missing speex_config_types.h
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@297 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjmedia/src/pjmedia-codec/speex/speex_config_types.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/pjmedia/src/pjmedia-codec/speex/speex_config_types.h b/pjmedia/src/pjmedia-codec/speex/speex_config_types.h
new file mode 100644
index 00000000..7d060696
--- /dev/null
+++ b/pjmedia/src/pjmedia-codec/speex/speex_config_types.h
@@ -0,0 +1,13 @@
+#ifndef __SPEEX_TYPES_H__
+#define __SPEEX_TYPES_H__
+
+#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;
+
+#endif
+
+