xref: /OK3568_Linux_fs/buildroot/package/libeXosip2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBEXOSIP2
2	bool "libeXosip2"
3	depends on BR2_USE_MMU # fork()
4	select BR2_PACKAGE_LIBOSIP2
5	help
6	  eXosip is a library that hides the complexity of using the
7	  SIP protocol for multimedia session establishment.
8	  This protocol is mainly to be used by VoIP telephony
9	  applications (endpoints or conference server) but might be
10	  also useful for any application that wish to establish
11	  sessions like multiplayer games.
12	  eXosip is based in libosip.
13
14	  http://savannah.nongnu.org/projects/exosip/
15