mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Needed for upcoming kodi-adsp-biquad-filters package
[Thomas:
- add dependency on i386 || x86-64 since the <cpuid.h> header is
needed
- add hash file.]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
432 B
Plaintext
15 lines
432 B
Plaintext
config BR2_PACKAGE_LIBASPLIB
|
|
bool "libasplib"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
# needs <cpuid.h> from the compiler
|
|
depends on BR2_i386 || BR2_x86_64
|
|
help
|
|
asplib (Achim's Signal Processing LIBrary), is a small and
|
|
lightweight C++ library for digital signal processing.
|
|
|
|
https://github.com/kodi-adsp/asplib
|
|
|
|
comment "asplib needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_i386 || BR2_x86_64
|