summaryrefslogtreecommitdiff
path: root/third_party/build/speex/speex/speex_config_types.h
blob: b4054516ec1d1dcb8d4dec1f91d7b3c48ca5536d (plain)
1
2
3
4
5
6
#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;