Chromium Code Reviews| Index: speex/include/speex/speex_config_types.h |
| =================================================================== |
| --- speex/include/speex/speex_config_types.h (revision 0) |
| +++ speex/include/speex/speex_config_types.h (revision 0) |
| @@ -0,0 +1,11 @@ |
| +#ifndef __SPEEX_TYPES_H__ |
|
jorlow
2010/08/18 09:26:21
license on top?
|
| +#define __SPEEX_TYPES_H__ |
| + |
| +/* these are filled in by configure */ |
| +typedef short spx_int16_t; |
| +typedef unsigned short spx_uint16_t; |
| +typedef int spx_int32_t; |
| +typedef unsigned int spx_uint32_t; |
| + |
| +#endif |
| + |