summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-codec/speex/speex_config_types.h
blob: 7d0606966a703fb6b2435f99300acc93eb406b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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