speex does not directly support nacl64. maybe other platforms. the rest of fte probably won't compile without these explicit types anyway, so should be fine for any platform fte runs on.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4281 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5c53a94b43
commit
40082754a5
1 changed files with 11 additions and 0 deletions
11
engine/libs/speex/include/speex/speex_config_types.h
Normal file
11
engine/libs/speex/include/speex/speex_config_types.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#ifndef __SPEEX_TYPES_H__
|
||||||
|
#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
|
||||||
|
|
Loading…
Reference in a new issue