Fix some greedy sed changes in imported code. Also provide a sys/types.h for compatib...
[kugel-rb.git] / apps / codecs / libspeex / speex / speex_config_types.h
blobef328d48c1e7d74e7cc7f9d9ecc3fcc70f335768
1 #ifndef __SPEEX_TYPES_H__
2 #define __SPEEX_TYPES_H__
4 #include "inttypes.h"
5 #define spx_int16_t int16_t
6 #define spx_uint16_t uint16_t
7 #define spx_int32_t int32_t
8 #define spx_uint32_t uint32_t
9 #define spx_int64_t int64_t
10 #define spx_uint64_t uint64_t
12 #endif