summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-02-17 16:00:12 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-02-17 16:00:12 +0000
commit200bde0efcbb3092affb6a26c914b7fea60dea3f (patch)
tree8d82ef8d38b6fc02156d12c1bb32ad5d655cece6 /configure.ac
parentc07f7ae97851f0c0bcf16551b30107aa5faed4ae (diff)
downloadgst-plugins-bad-200bde0efcbb3092affb6a26c914b7fea60dea3f.tar.gz
gst-plugins-bad-200bde0efcbb3092affb6a26c914b7fea60dea3f.tar.bz2
gst-plugins-bad-200bde0efcbb3092affb6a26c914b7fea60dea3f.zip
configure.ac: Release 0.10.0.2 - pre-release for 0.10.1
Original commit message from CVS: * configure.ac: Release 0.10.0.2 - pre-release for 0.10.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 395b1fd4..62017960 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 10, 0, 1,
+AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 10, 0, 2,
GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
@@ -205,7 +205,8 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
dnl check for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
-GST_REQ=0.9.7
+GST_REQ=0.10.3
+GST_PBREQ=0.10.3
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GST="yes", HAVE_GST="no")
@@ -220,7 +221,7 @@ fi
AC_SUBST(GST_TOOLS_DIR)
dnl check for gstreamer-base; uninstalled is selected preferentially
-PKG_CHECK_MODULES(GST_BASE, gstreamer-base-$GST_MAJORMINOR >= $GST_REQ,
+PKG_CHECK_MODULES(GST_BASE, gstreamer-base-$GST_MAJORMINOR >= $GST_PBREQ,
HAVE_GST_BASE="yes", HAVE_GST_BASE="no")
if test "x$HAVE_GST_BASE" = "xno"; then