diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2014-10-01 00:00:30 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2014-10-09 16:26:07 -0400 |
commit | 375cde8a652f8e367cf875bcb718a6d1abcfb254 (patch) | |
tree | 541a53bb227af0d5199b6367691dfbc593792a1a /configure.ac | |
parent | 838c5cb5a73398e8134a13210714a317abfbcf20 (diff) | |
download | libnice-375cde8a652f8e367cf875bcb718a6d1abcfb254.tar.gz |
agent: Avoid leaking UPnP mappings between streams
Clean up the UPnP mappings of each stream when closing it
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 054462a..e42be80 100644 --- a/configure.ac +++ b/configure.ac @@ -248,7 +248,7 @@ AC_SUBST(gstplugin010dir) AM_CONDITIONAL(WITH_GSTREAMER, test "$with_gstreamer" = yes) AM_CONDITIONAL(WITH_GSTREAMER010, test "$with_gstreamer010" = yes) -GUPNP_IGD_REQUIRED=0.1.2 +GUPNP_IGD_REQUIRED=0.2.4 AC_ARG_ENABLE([gupnp], AS_HELP_STRING([--disable-gupnp],[Disable GUPnP IGD support]), |