summaryrefslogtreecommitdiff
path: root/third_party/speex/include/speex/speex_config_types.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/speex/include/speex/speex_config_types.h.in')
-rw-r--r--third_party/speex/include/speex/speex_config_types.h.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/speex/include/speex/speex_config_types.h.in b/third_party/speex/include/speex/speex_config_types.h.in
new file mode 100644
index 00000000..3fab2ae4
--- /dev/null
+++ b/third_party/speex/include/speex/speex_config_types.h.in
@@ -0,0 +1,11 @@
+#ifndef __SPEEX_TYPES_H__
+#define __SPEEX_TYPES_H__
+
+/* these are filled in by configure */
+typedef @SIZE16@ spx_int16_t;
+typedef unsigned @SIZE16@ spx_uint16_t;
+typedef @SIZE32@ spx_int32_t;
+typedef unsigned @SIZE32@ spx_uint32_t;
+
+#endif
+