aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-01-08 13:48:29 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-01-08 13:48:29 +0100
commitc7b108ac3be3dc57a0385000330103d0eae05584 (patch)
tree85ae879658abd578e1c21f4495e4921f371382c9 /configure.ac
parentf948a70dc8cacbbeb7e0482c0eacc5b9ce373c95 (diff)
Imported Upstream version 1.0.5upstream/1.0.5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0fe8705..7e78dc1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT(GStreamer Ugly Plug-ins, 1.0.4,
+AC_INIT(GStreamer Ugly Plug-ins, 1.0.5,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly)
@@ -24,7 +24,7 @@ dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([ext/mad/gstmad.c])
dnl define the output header for config
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE([enable])
@@ -44,7 +44,7 @@ AC_SUBST(GST_API_VERSION)
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
-AS_LIBTOOL(GST, 4, 0, 4)
+AS_LIBTOOL(GST, 5, 0, 5)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.0.0