mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
fftw is a library for fast fourier transforms. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
config BR2_PACKAGE_FFTW
|
|
bool "fftw"
|
|
help
|
|
Library for computing Fast Fourier Transforms.
|
|
|
|
This library computes Fast Fourier Transforms (FFT) in one
|
|
or more dimensions. It is extremely fast. This package
|
|
contains the shared library version of the fftw libraries in
|
|
double precision.
|
|
|
|
http://www.fftw.org
|