[vlc-devel] [PATCH] Update libtool library version
Sebastian Ramacher
sramacher at debian.org
Sat Nov 18 13:00:56 CET 2017
Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
---
libvlccore broke ABI, so it SONAME needs to be bumped. Looking over the libvlc
changes, they should be ABI compatible. Please merge this patch somewhere around
the vlc-3.0 branch off point.
lib/Makefile.am | 2 +-
src/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 59571d8df5..cf6cc83386 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -61,7 +61,7 @@ libvlc_la_LIBADD = \
libvlc_la_LDFLAGS = \
$(LDFLAGS_libvlc) \
-no-undefined \
- -version-info 10:0:5 \
+ -version-info 11:0:6 \
-export-symbols $(srcdir)/libvlc.sym
libvlc_la_DEPENDENCIES = libvlc.sym
if HAVE_WIN32
diff --git a/src/Makefile.am b/src/Makefile.am
index 87ea540f69..0aed444b91 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -464,7 +464,7 @@ libvlccore_la_LDFLAGS = \
$(LDFLAGS_libvlccore) \
-no-undefined \
-export-symbols $(srcdir)/libvlccore.sym \
- -version-info 8:0:0
+ -version-info 9:0:0
libvlccore_la_DEPENDENCIES = libvlccore.sym
if HAVE_WIN32
libvlccore_la_DEPENDENCIES += libvlc_win32_rc.$(OBJEXT)
--
2.15.0
More information about the vlc-devel
mailing list