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
This commit is contained in:
Tim-Philipp Müller 2012-03-03 15:57:11 +00:00
parent 5c9f790075
commit 0b8fb8b587

View file

@ -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;