From dd3fe6ad3cbe3f970756a766b01d3c9ad7dccc01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 8 Dec 2010 15:18:32 +0000 Subject: [PATCH] configure: require released versions of core/base instead of old git --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 566de0d..674f029 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.1 -GSTPB_REQ=0.10.30.1 +GST_REQ=0.10.31 +GSTPB_REQ=0.10.31 dnl *** autotools stuff **** -- 2.7.4