Welcome to mirror list, hosted at ThFree Co, Russian Federation.

speex_config_types.h « speex-build « 3rdparty - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd548546b0aac49e5763d59a921e13609432ae41 (plain)
1
2
3
4
5
6
7
8
9
10
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