From f842c49f5d806817c392f40b5edf9244e207894b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 26 Jul 2010 17:48:14 +0200 Subject: [PATCH] configure: require core from git For GstDateTime stuff used in libgsttag. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fdc04f0338..27cbea2a28 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.30 +GST_REQ=0.10.30.1 dnl *** autotools stuff ****