aboutsummaryrefslogtreecommitdiff
path: root/include/speex/speexdsp_config_types.h.in
blob: 5ea7b556126afa05590304f598a6a8dffb87d4aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __SPEEX_TYPES_H__
#define __SPEEX_TYPES_H__

@INCLUDE_STDINT@

typedef @SIZE16@ spx_int16_t;
typedef @USIZE16@ spx_uint16_t;
typedef @SIZE32@ spx_int32_t;
typedef @USIZE32@ spx_uint32_t;

#endif