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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/include/speex/speex_config_types.h')
-rw-r--r--thirdparty/include/speex/speex_config_types.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/thirdparty/include/speex/speex_config_types.h b/thirdparty/include/speex/speex_config_types.h
new file mode 100644
index 00000000..bd548546
--- /dev/null
+++ b/thirdparty/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
+