summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-25 12:40:35 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-25 12:40:35 +0100
commit7146c027fe35beae3bc801e77c8881926dc30000 (patch)
tree68b754acd9ecbd7c5529455fb854083656303b01
parentda27eb2380088235ee151414e9847ee40b7385e8 (diff)
downloadgst-plugins-bad-7146c027fe35beae3bc801e77c8881926dc30000.tar.gz
gst-plugins-bad-7146c027fe35beae3bc801e77c8881926dc30000.tar.bz2
gst-plugins-bad-7146c027fe35beae3bc801e77c8881926dc30000.zip
Require core >= 0.10.22.1 for %u pad template support
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index edf2fab0..beedeb9d 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 ****