blob: 3fab2ae447fba29005184ba09a3f0fa02f97be63 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001#ifndef __SPEEX_TYPES_H__
2#define __SPEEX_TYPES_H__
3
4/* these are filled in by configure */
5typedef @SIZE16@ spx_int16_t;
6typedef unsigned @SIZE16@ spx_uint16_t;
7typedef @SIZE32@ spx_int32_t;
8typedef unsigned @SIZE32@ spx_uint32_t;
9
10#endif
11