From a0dbd6561f5844c60bf1a2f1143c6c930045a45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 10 Jun 2010 14:17:24 +0100 Subject: [PATCH] configure: require core/base git for the new image tags and helper functions --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6902a3d88a..7a775c3c70 100644 --- a/configure.ac +++ b/configure.ac @@ -50,8 +50,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.29 -GSTPB_REQ=0.10.29 +GST_REQ=0.10.29.1 +GSTPB_REQ=0.10.29.1 dnl *** autotools stuff ****