From 32fdfbeb38de592027b4d07b7276359e94d882cf Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 6 Sep 2010 09:28:46 -0300 Subject: [PATCH] configure: Bump -core/-base requirements to 0.10.30.1 We need 0.10.30.1 to have latest tags in core/base for jifmux tests. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 82cbb55c88..363c8eee6f 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.30 -GSTPB_REQ=0.10.30 +GST_REQ=0.10.30.1 +GSTPB_REQ=0.10.30.1 dnl *** autotools stuff ****