Config.in 524 B

1234567891011121314
  1. config 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. http://savannah.nongnu.org/projects/exosip/