summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libspeex/speex/speex_config_types.h
blob: ef328d48c1e7d74e7cc7f9d9ecc3fcc70f335768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __SPEEX_TYPES_H__
#define __SPEEX_TYPES_H__

#include "inttypes.h"
#define spx_int16_t int16_t
#define spx_uint16_t uint16_t
#define spx_int32_t int32_t
#define spx_uint32_t uint32_t
#define spx_int64_t int64_t
#define spx_uint64_t uint64_t

#endif