diff options
Diffstat (limited to 'package/mediastreamer/Config.in')
-rw-r--r-- | package/mediastreamer/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/mediastreamer/Config.in b/package/mediastreamer/Config.in index 2e1af9379..477d4fab6 100644 --- a/package/mediastreamer/Config.in +++ b/package/mediastreamer/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_MEDIASTREAMER bool "mediastreamer" select BR2_PACKAGE_ORTP depends on BR2_INSTALL_LIBSTDCPP # until fixed + depends on BR2_TOOLCHAIN_HAS_THREADS # ortp help Mediastreamer is a powerful and lightweighted streaming engine specialized for voice/video telephony applications. @@ -12,5 +13,5 @@ config BR2_PACKAGE_MEDIASTREAMER http://www.linphone.org/eng/documentation/dev/mediastreamer2.html -comment "mediastreamer requires a toolchain with C++ support enabled" - depends on !BR2_INSTALL_LIBSTDCPP +comment "mediastreamer requires a toolchain with threads and C++ support" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS |