speex_config_types.h.in
资源名称:tcpmp.rar [点击查看]
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:0k
源码类别:
Windows CE
开发平台:
C/C++
- #ifndef __SPEEX_TYPES_H__
- #define __SPEEX_TYPES_H__
- /* these are filled in by configure */
- typedef @SIZE16@ spx_int16_t;
- typedef unsigned @SIZE16@ spx_uint16_t;
- typedef @SIZE32@ spx_int32_t;
- typedef unsigned @SIZE32@ spx_uint32_t;
- #endif