xref: /OK3568_Linux_fs/buildroot/package/libsoundtouch/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBSOUNDTOUCH
2	bool "libsoundtouch"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  SoundTouch is an open-source audio processing library for
6	  changing the Tempo, Pitch and Playback Rates of audio streams
7	  or audio files.
8
9	  http://www.surina.net/soundtouch
10
11comment "libsoundtouch needs a toolchain w/ C++"
12	depends on !BR2_INSTALL_LIBSTDCPP
13