mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package: add fftw library
fftw is a library for fast fourier transforms. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
6fc42cda36
commit
8d6aaaa6ff
@ -338,6 +338,7 @@ source "package/libupnp/Config.in"
|
|||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Other"
|
menu "Other"
|
||||||
|
source "package/fftw/Config.in"
|
||||||
source "package/libargtable2/Config.in"
|
source "package/libargtable2/Config.in"
|
||||||
source "package/argp-standalone/Config.in"
|
source "package/argp-standalone/Config.in"
|
||||||
source "package/libatomic_ops/Config.in"
|
source "package/libatomic_ops/Config.in"
|
||||||
|
11
package/fftw/Config.in
Normal file
11
package/fftw/Config.in
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
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
|
11
package/fftw/fftw.mk
Normal file
11
package/fftw/fftw.mk
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# fftw
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
FFTW_VERSION = 3.3
|
||||||
|
FFTW_SITE = http://www.fftw.org
|
||||||
|
FFTW_INSTALL_STAGING = YES
|
||||||
|
|
||||||
|
$(eval $(call AUTOTARGETS,package,fftw))
|
Loading…
x
Reference in New Issue
Block a user