blob: 2a8d4af979cde5c5a46a63e3d118be4ad2f38635 [file] [log] [blame]
#ifndef __SPEEX_TYPES_H__
#define __SPEEX_TYPES_H__
/* these are filled in by configure */
typedef short spx_int16_t;
typedef unsigned spx_uint16_t;
typedef int spx_int32_t;
typedef unsigned spx_uint32_t;
#endif