From 7f29a0ef11ba636acca7d9f1d0ea4c43ea958b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 18 Nov 2009 13:41:36 +0000 Subject: [PATCH] configure: bump core requirements 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 262bb821c0..4e0a415207 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,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 ****