Config.in 602 B

123456789101112131415161718
  1. config BR2_PACKAGE_CAPS
  2. bool "caps"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on !BR2_STATIC_LIBS
  5. help
  6. CAPS is a collection of audio plugins comprising virtual
  7. guitar amplification and a small range of basic classic
  8. effects, signal processors and generators of often
  9. elementary and occasionally exotic nature.
  10. The plugins aim to satisfy the highest demands in sound
  11. quality with maximal computational efficiency and zero
  12. latency.
  13. http://quitte.de/dsp/caps.html
  14. comment "caps needs a toolchain w/ C++, dynamic library"
  15. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS