kumquat-buildroot/package/libasplib/Config.in
Bernd Kuhls a986e09497 package/libasplib: new package
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>
2015-12-28 21:57:15 +01:00

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