summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-03-03 15:57:11 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-03-03 16:01:00 +0000
commit0b8fb8b587fdfb7d117a3e8756f17e4bafca9f16 (patch)
tree59aeca0194fd01b5f8629c5d2a3168ac1409d50a /configure.ac
parent5c9f7900759d3ea2ae740e4dd04079381678fed8 (diff)
downloadgstreamer-plugins-bad-0b8fb8b587fdfb7d117a3e8756f17e4bafca9f16.tar.gz
configure: use AS_LIBTOOL and bump version for ABI change in h.264 codec parser
Backported from the 0.10 release branch, where v.23 was used. https://bugzilla.gnome.org/show_bug.cgi?id=671203
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 63a010492..72f327293 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,6 +41,14 @@ dnl we override it here if we need to for the release candidate of new series
GST_MAJORMINOR=0.10
AC_SUBST(GST_MAJORMINOR)
+dnl CURRENT, REVISION, AGE
+dnl - library source changed -> increment REVISION
+dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
+dnl - interfaces added -> increment AGE
+dnl - interfaces removed -> AGE = 0
+dnl sets GST_LT_LDFLAGS
+AS_LIBTOOL(GST, 24, 0, 0)
+
AG_GST_LIBTOOL_PREPARE
dnl FIXME: this macro doesn't actually work;