diff options
| author | Petteri Aimonen <jpa@github.mail.kapsi.fi> | 2021-04-22 11:04:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 11:04:01 +0300 |
| commit | b20bdb01d9da65bcffac57e116044060836142d1 (patch) | |
| tree | a8680595fd82f9ad406d1f2d5a90c8e623ced1a4 /contrib | |
| parent | 24488b16cc0359daada0682a9bd3a11a801d0a01 (diff) | |
| parent | 17a6197819236bc9ca9eb8826bfd3b18e63ddabd (diff) | |
| download | libfixmath-b20bdb01d9da65bcffac57e116044060836142d1.tar.gz | |
Merge pull request #25 from maruncz/master
Added CMakeLists.txt and some fixes
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/fix16_fft.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fix16_fft.c b/contrib/fix16_fft.c index a3709ba..8259083 100644 --- a/contrib/fix16_fft.c +++ b/contrib/fix16_fft.c @@ -9,7 +9,7 @@ */ #include <stdint.h> -#include <fix16.h> +#include <libfixmath/fix16.h> // You can change the input datatype and intermediate scaling here. // By default, the output is divided by the transform length to get a normalized FFT. |
