Config.in 432 B

1234567891011121314
  1. config BR2_PACKAGE_LIBASPLIB
  2. bool "libasplib"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. # needs <cpuid.h> from the compiler
  5. depends on BR2_i386 || BR2_x86_64
  6. help
  7. asplib (Achim's Signal Processing LIBrary), is a small and
  8. lightweight C++ library for digital signal processing.
  9. https://github.com/kodi-adsp/asplib
  10. comment "asplib needs a toolchain w/ C++"
  11. depends on !BR2_INSTALL_LIBSTDCPP
  12. depends on BR2_i386 || BR2_x86_64