summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2013-02-19 13:19:41 -0500
committerWim Taymans <wim.taymans@collabora.co.uk>2013-03-11 11:07:20 +0100
commit4c61c6d308f4102259148bc9c1f2771fcadd3532 (patch)
tree390565237cab0b9518d59334c9fe17dc122aa3e2 /configure.ac
parent4071e1b9990c6f1d0958bf5c635a0c4699f73581 (diff)
rtsp-server: Limit the number of threads per server instance
If we exceed the maximum, just round robin the clients over the existing threads.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2728f15..0a07f73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,7 +106,7 @@ dnl *** checks for library functions ***
dnl *** checks for dependancy libraries ***
dnl GLib is required (GStreamer is ok with GLib-2.8, but we want at least 2.10)
-GLIB_REQ=2.10.0
+GLIB_REQ=2.32.0
AC_SUBST([GLIB_REQ])
AG_GST_GLIB_CHECK([$GLIB_REQ])