summaryrefslogtreecommitdiffstats
path: root/rules/libnice.in
blob: 8aeb56f3c2f9e35ed6b98c0d0da8975bc4df1819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=multimedia_libs

config LIBNICE
	tristate
	prompt "libnice"
	# for autogen.sh
	select HOST_GTK_DOC

	select GLIB
	select GSTREAMER1
	select OPENSSL
	help
	  Nice is an implementation of the IETF's draft Interactive
	  Connectivity Establishment standard (ICE). ICE is useful for
	  applications that want to establish peer-to-peer UDP data
	  streams. It automates the process of traversing NATs and provides
	  security against some attacks.