summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-codec/speex/speex_config_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/src/pjmedia-codec/speex/speex_config_types.h')
-rw-r--r--pjmedia/src/pjmedia-codec/speex/speex_config_types.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/pjmedia/src/pjmedia-codec/speex/speex_config_types.h b/pjmedia/src/pjmedia-codec/speex/speex_config_types.h
deleted file mode 100644
index 7d060696..00000000
--- a/pjmedia/src/pjmedia-codec/speex/speex_config_types.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#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
-
-