xref: /OK3568_Linux_fs/buildroot/package/libpjsip/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBPJSIP
2*4882a593Smuzhiyun	bool "libpjsip"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBSRTP
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  PJSIP is a free and open source multimedia communication
8*4882a593Smuzhiyun	  library written in C language implementing standard based
9*4882a593Smuzhiyun	  protocols such as: SIP, SDP, RTP, STUN, TURN, and ICE.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  http://www.pjsip.org
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "libpjsip needs a toolchain w/ C++, threads"
14*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
15