diff options
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-10-16 Tim-Philipp Müller <tim at centricular dot net> + + * configure.ac: + Fix glib check + 2005-10-13 Stefan Kost <ensonic@users.sf.net> * examples/stats/mp2ogg.c: diff --git a/common b/common -Subproject e3944a4eec91af24489896ba3674a16af37326e +Subproject 3a9d355b657cf710011aa1eaadd64f6723527e1 diff --git a/configure.ac b/configure.ac index c035ff86..b37a0492 100644 --- a/configure.ac +++ b/configure.ac @@ -257,7 +257,7 @@ AC_C99_FUNC_LRINTF() dnl Check for essential libraries first: dnl ==================================== -GST_GLIB2_CHECK() +GST_GLIB_CHECK([2.6.0]) dnl Check for additional libraries that we might use: dnl ================================================= |