1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBNICE 2*4882a593Smuzhiyun bool "libnice" 3*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # gnutls 4*4882a593Smuzhiyun depends on BR2_USE_WCHAR # libglib2 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2 6*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 7*4882a593Smuzhiyun select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS 8*4882a593Smuzhiyun select BR2_PACKAGE_LIBGLIB2 9*4882a593Smuzhiyun help 10*4882a593Smuzhiyun Libnice is an implementation of the IETF's Interactive 11*4882a593Smuzhiyun Connectivity Establishment (ICE) standard (RFC 5245) and the 12*4882a593Smuzhiyun Session Traversal Utilities for NAT (STUN) standard (RFC 13*4882a593Smuzhiyun 5389). 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun It provides a GLib-based library, libnice and a Glib-free 16*4882a593Smuzhiyun library, libstun as well as GStreamer elements. 17*4882a593Smuzhiyun 18*4882a593Smuzhiyun http://nice.freedesktop.org/wiki/ 19*4882a593Smuzhiyun 20*4882a593Smuzhiyuncomment "libnice needs a toolchain w/ wchar, threads, dynamic library" 21*4882a593Smuzhiyun depends on BR2_USE_MMU 22*4882a593Smuzhiyun depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \ 23*4882a593Smuzhiyun BR2_STATIC_LIBS 24