From 1a2135ee0edf09c3ef5c58c1a4d984d3f74dd2a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 18 Nov 2009 10:17:02 +0000 Subject: [PATCH] configure: bump core requirement to 0.10.25.1 as well Make implicit requirement explicit. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cdfb6471be..c9e2dc848e 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,7 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.25 +GST_REQ=0.10.25.1 GSTPB_REQ=0.10.25.1 dnl *** autotools stuff ****