summaryrefslogtreecommitdiffstats
path: root/rules/libnice.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-04-23 09:26:05 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-25 17:37:41 +0200
commit20252072ffd347e83cb20e9ce561b573d5f1a436 (patch)
treedaefd785b34fda6fade77580d5a6ae73f0d347d6 /rules/libnice.in
parent7fb0106d426c51edf65f19c4e47bd1ef8c179734 (diff)
downloadptxdist-20252072ffd347e83cb20e9ce561b573d5f1a436.tar.gz
ptxdist-20252072ffd347e83cb20e9ce561b573d5f1a436.tar.xz
libnice: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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.