summaryrefslogtreecommitdiffstats
path: root/rules/libnice.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libnice.in')
-rw-r--r--rules/libnice.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/rules/libnice.in b/rules/libnice.in
new file mode 100644
index 000000000..8aeb56f3c
--- /dev/null
+++ b/rules/libnice.in
@@ -0,0 +1,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.