|
@@ -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
|