projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9530ba6
)
Bump GLib requirement to >= 2.22
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Thu, 2 Dec 2010 00:15:25 +0000
(
00:15
+0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Thu, 2 Dec 2010 00:15:25 +0000
(
00:15
+0000)
See http://gstreamer.freedesktop.org/wiki/ReleasePlanning/GLibRequirement
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 863d52ad11970c254931c45bdeb09537be1310f9..91553b63b0f8b767ca96457677518136cf7dbdae 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-257,7
+257,7
@@
AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)])
dnl *** checks for dependency libraries ***
dnl GLib is required
-AG_GST_GLIB_CHECK([2.2
0
])
+AG_GST_GLIB_CHECK([2.2
2
])
ORC_CHECK([0.4.11])