6d6ffaecf85d053ff5b515bfb26bac24b6cae190
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / linphone / Config.in
1 config BR2_PACKAGE_LINPHONE
2         bool "linphone"
3         select BR2_PACKAGE_LIBEXOSIP2
4         select BR2_PACKAGE_SPEEX
5         select BR2_PACKAGE_ORTP
6         select BR2_PACKAGE_MEDIASTREAMER
7         depends on BR2_INSTALL_LIBSTDCPP # mediastreamer
8         depends on BR2_TOOLCHAIN_HAS_THREADS # ortp
9         depends on BR2_USE_MMU # libeXosip2
10         help
11           Linphone is an internet phone or Voice Over IP phone (VoIP).
12
13           With linphone you can communicate freely with people over
14           the internet, with voice, video, and text instant messaging.
15           Linphone makes use of the SIP protocol, an open standard
16           for internet telephony. You can use Linphone with any SIP
17           VoIP operator, including our free SIP audio/video service.
18           linphone is free-software (or open-source), you can download
19           and redistribute it freely.
20           Linphone is available for desktop computers: Linux, Windows,
21           MacOSX, and for mobile phones: Android, iPhone, Blackberry.
22
23           Linphone support in Buildroot is limited to the commandline
24           client, linphonec, and video support is not enabled.
25
26           http://www.linphone.org/
27
28 comment "linphone needs a toolchain w/ threads, C++"
29         depends on BR2_USE_MMU
30         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS