summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-codec/speex/speex_config_types.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-06 20:21:28 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-06 20:21:28 +0000
commitbfd3f58f5b715238fe618d053ddf908a34f1e56c (patch)
tree914793adb7ee034bb6102981d4753d2a5ff2b60d /pjmedia/src/pjmedia-codec/speex/speex_config_types.h
parent5b2f221e312217144baa97bc19b143601bdb2bfb (diff)
Deleting own copy of of speex and portaudio
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1166 74dad513-b988-da41-8d7b-12977e46ad98
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
-
-