From 7146c027fe35beae3bc801e77c8881926dc30000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 25 Mar 2009 12:40:35 +0100 Subject: [PATCH] Require core >= 0.10.22.1 for %u pad template support --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index edf2fab079..beedeb9dc0 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.22 +GST_REQ=0.10.22.1 GSTPB_REQ=0.10.22 dnl *** autotools stuff ****