xref: /OK3568_Linux_fs/buildroot/package/caps/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
11	  The plugins aim to satisfy the highest demands in sound
12	  quality with maximal computational efficiency and zero
13	  latency.
14
15	  http://quitte.de/dsp/caps.html
16
17comment "caps needs a toolchain w/ C++, dynamic library"
18	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
19