diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-10-09 09:22:37 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-09 21:23:34 +0200 |
| commit | f990517a02220456910282c37af9f722369cd4d1 (patch) | |
| tree | 8462bfaaa1f1cc99ce64d63d6e6369950950d658 /package/mediastreamer | |
| parent | 4db12ce1f616c3bf2d2b14172cc58997e5e38465 (diff) | |
| download | buildroot-f990517a02220456910282c37af9f722369cd4d1.tar.gz buildroot-f990517a02220456910282c37af9f722369cd4d1.zip | |
mediastreamer: requires toolchain with ipv6 support
Fixes:
http://autobuild.buildroot.net/results/b16/b164b87fefac67074d45a6413386f53a8ee47843/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mediastreamer')
| -rw-r--r-- | package/mediastreamer/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/mediastreamer/Config.in b/package/mediastreamer/Config.in index 477d4fab65..9b20307e47 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 |

