diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-06-24 15:48:25 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-06-24 15:48:25 +0000 |
commit | d3e78a9c410cc8aba465256e6f50a10f5509b6da (patch) | |
tree | c3e97f80948c50f716cff39128894861e6693305 /configure.ac | |
parent | 00e4195fec8e0bd41a75af927ca9569e52bbccd9 (diff) | |
download | gst-plugins-bad-d3e78a9c410cc8aba465256e6f50a10f5509b6da.tar.gz gst-plugins-bad-d3e78a9c410cc8aba465256e6f50a10f5509b6da.tar.bz2 gst-plugins-bad-d3e78a9c410cc8aba465256e6f50a10f5509b6da.zip |
configure.ac: Depend on released versions of core and -base.
Original commit message from CVS:
* configure.ac:
Depend on released versions of core and -base.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index feafc232..c6cf3527 100644 --- a/configure.ac +++ b/configure.ac @@ -45,8 +45,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.19.1 -GSTPB_REQ=0.10.19.1 +GST_REQ=0.10.20 +GSTPB_REQ=0.10.20 dnl *** autotools stuff **** |