[gst-cvs] gst-plugins-gl: configure: fix libtool versioning
Tim Müller
tpm at kemper.freedesktop.org
Wed Aug 11 15:33:28 PDT 2010
Module: gst-plugins-gl
Branch: master
Commit: 68453c6d3a827c736a7bed7630fb64210839c4be
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-gl/commit/?id=68453c6d3a827c736a7bed7630fb64210839c4be
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Wed Aug 11 17:57:23 2010 +0100
configure: fix libtool versioning
We changed API/ABI in ways that's not backwards-compatible.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8acd504..a5e63bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ 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, 0, 0, 0)
+AS_LIBTOOL(GST, 1, 0, 0)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.
More information about the Gstreamer-commits
mailing list