mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
bed4e27868
This patch fixes the following whitespace problems in Config.in files: - trailing whitespace - spaces instead of tabs for indentation - help text not indented with tab + 2 spaces Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
526 B
Plaintext
15 lines
526 B
Plaintext
config BR2_PACKAGE_LIBEXOSIP2
|
|
bool "libeXosip2"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBOSIP2
|
|
help
|
|
eXosip is a library that hides the complexity of using the
|
|
SIP protocol for mutlimedia session establishement.
|
|
This protocol is mainly to be used by VoIP telephony
|
|
applications (endpoints or conference server) but might be
|
|
also usefull for any application that wish to establish
|
|
sessions like multiplayer games.
|
|
eXosip is based in libosip.
|
|
|
|
http://savannah.nongnu.org/projects/exosip/
|