diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2014-01-23 23:48:14 -0500 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2014-01-31 01:49:00 -0500 |
commit | 83bcf954bf8a8e1091cb81c9b14afeef98655d39 (patch) | |
tree | 9dd20684037def50b1b5c4f8f97599fa22102478 /configure.ac | |
parent | eb150a032edd38104abef425b4f58f4e371a7aa5 (diff) | |
download | libnice-83bcf954bf8a8e1091cb81c9b14afeef98655d39.tar.gz |
agent: Only change pseudotcp clock if the new timeout is sooner
Destroying and creating GSources is expensive, so also don't destroy and
re-create if possible, instead lets use the new g_source_set_ready_time()
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 ae2d811..a92b181 100644 --- a/configure.ac +++ b/configure.ac @@ -96,7 +96,7 @@ AC_CHECK_HEADERS([ifaddrs.h], \ # Also put matching version in LIBNICE_CFLAGS GLIB_REQ=2.30 -LIBNICE_CFLAGS="-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_30 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32" +LIBNICE_CFLAGS="-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_30 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_36" dnl Support different levels of compiler error reporting. dnl This configure flag is designed to mimic one from gnome-common, |