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