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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/speexdsp-build/speexdsp_config_types.h')
-rw-r--r--3rdparty/speexdsp-build/speexdsp_config_types.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/3rdparty/speexdsp-build/speexdsp_config_types.h b/3rdparty/speexdsp-build/speexdsp_config_types.h
deleted file mode 100644
index bd548546b..000000000
--- a/3rdparty/speexdsp-build/speexdsp_config_types.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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
-