summaryrefslogtreecommitdiffstats
path: root/thirdparties/mac/include/speex/speex_config_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/mac/include/speex/speex_config_types.h')
-rw-r--r--thirdparties/mac/include/speex/speex_config_types.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/thirdparties/mac/include/speex/speex_config_types.h b/thirdparties/mac/include/speex/speex_config_types.h
new file mode 100644
index 0000000..bd54854
--- /dev/null
+++ b/thirdparties/mac/include/speex/speex_config_types.h
@@ -0,0 +1,11 @@
+#ifndef __SPEEX_TYPES_H__
+#define __SPEEX_TYPES_H__
+
+/* these are filled in by configure */
+typedef short spx_int16_t;
+typedef unsigned short spx_uint16_t;
+typedef int spx_int32_t;
+typedef unsigned int spx_uint32_t;
+
+#endif
+
OpenPOWER on IntegriCloud