diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-10-03 17:03:07 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-10-03 17:03:07 +0000 |
commit | 927bf5c8e8cd490f37a59535edb21c7ed6ee0730 (patch) | |
tree | a2e90610b41f3cac71456597be60d527029afdc1 /configure.ac | |
parent | 621dab2328c1828ab669c1903c576c74f6ea6b19 (diff) |
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 785d40de..770eacf7 100644 --- a/configure.ac +++ b/configure.ac @@ -47,8 +47,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.20.1 -GSTPB_REQ=0.10.20.1 +GST_REQ=0.10.21 +GSTPB_REQ=0.10.21 dnl *** autotools stuff **** |