summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-04-08 17:07:44 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-04-10 16:59:16 -0400
commite04ccafdf2990ae96b49113f117f9403927bb76e (patch)
tree8511fea924c65b369ff1b0b294a77458282c9ae7
parent4dc735149c08003fff154c6f5902c2e2afae7022 (diff)
downloadfarstream-e04ccafdf2990ae96b49113f117f9403927bb76e.tar.gz
Update libnice dep to 0.0.6 for stable stun API
-rw-r--r--README2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 2db75a89..200f59fd 100644
--- a/README
+++ b/README
@@ -19,7 +19,7 @@ Build time:
- gst-plugins-base 0.10.22
- glib 2.16
- Python 2.4
- - libnice 0.0.3
+ - libnice 0.0.6
For UPnP support:
- GUPnP-IGD
diff --git a/configure.ac b/configure.ac
index eac4d109..43992e0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,7 +154,7 @@ AC_ARG_WITH(transmitter-plugins,
[FS2_TRANSMITTER_PLUGINS_SELECTED=$FS2_TRANSMITTER_PLUGINS_ALL])
-NICE_REQUIRED=0.0.3
+NICE_REQUIRED=0.0.6
PKG_CHECK_MODULES(NICE, \
nice >= $NICE_REQUIRED,, AC_MSG_ERROR([Need libnice >= $NICE_REQUIRED]))