mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
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:
parent
5c9f790075
commit
0b8fb8b587
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue