mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-19 05:24:29 -04:00
Include stdint.h only where fixed point types are used. Use min/max values from stdint.h.
This commit is contained in:
@ -43,7 +43,7 @@ extern "C" {
|
||||
|
||||
|
||||
#ifdef FIXED_POINT
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
# if (FIXED_POINT == 32)
|
||||
# define kiss_fft_scalar int32_t
|
||||
# else
|
||||
|
Reference in New Issue
Block a user