From 837a4012b04c5915fddd178d579c1f24ed621919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 3 Feb 2009 22:27:33 +0000 Subject: [PATCH] configure.ac: bump core/base requirements to released versions --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 87104e7d21..9f4a5f3e05 100644 --- a/configure.ac +++ b/configure.ac @@ -45,8 +45,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.21.1 -GSTPB_REQ=0.10.20 +GST_REQ=0.10.22 +GSTPB_REQ=0.10.22 dnl *** autotools stuff ****