summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/libsoundtouch/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libsoundtouch/Config.in b/package/libsoundtouch/Config.in
index 396036fad5..fdbc0757be 100644
--- a/package/libsoundtouch/Config.in
+++ b/package/libsoundtouch/Config.in
@@ -1,8 +1,12 @@
config BR2_PACKAGE_LIBSOUNDTOUCH
bool "libsoundtouch"
+ depends on BR2_INSTALL_LIBSTDCPP
help
SoundTouch is an open-source audio processing library for
changing the Tempo, Pitch and Playback Rates of audio streams
or audio files.
http://www.surina.net/soundtouch
+
+comment "libsoundtouch needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud