Blame view

buildroot/buildroot-2016.08.1/package/libeXosip2/Config.in 526 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  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/