Compare commits

..

No commits in common. "main" and "1.2rc3" have entirely different histories.
main ... 1.2rc3

2 changed files with 0 additions and 16 deletions

4
.gitignore vendored
View File

@ -1,4 +0,0 @@
*.pyc
Makefile
*~
*.o

View File

@ -1,12 +0,0 @@
#ifndef __SPEEX_TYPES_H__
#define __SPEEX_TYPES_H__
#include <stdint.h>
typedef int16_t spx_int16_t;
typedef uint16_t spx_uint16_t;
typedef int32_t spx_int32_t;
typedef uint32_t spx_uint32_t;
#endif