|
@@ -1,8 +1,12 @@
|
|
config BR2_PACKAGE_LIBSOUNDTOUCH
|
|
config BR2_PACKAGE_LIBSOUNDTOUCH
|
|
bool "libsoundtouch"
|
|
bool "libsoundtouch"
|
|
|
|
+ depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
help
|
|
SoundTouch is an open-source audio processing library for
|
|
SoundTouch is an open-source audio processing library for
|
|
changing the Tempo, Pitch and Playback Rates of audio streams
|
|
changing the Tempo, Pitch and Playback Rates of audio streams
|
|
or audio files.
|
|
or audio files.
|
|
|
|
|
|
http://www.surina.net/soundtouch
|
|
http://www.surina.net/soundtouch
|
|
|
|
+
|
|
|
|
+comment "libsoundtouch needs a toolchain w/ C++"
|
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP
|