[libdvdnav-devel] [Git][videolan/libdvdread][master] configure.ac: Fix LT_AGE following ABI breakage
Hugo Beauzée-Luyssen
gitlab at videolan.org
Thu Apr 2 10:52:36 CEST 2020
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libdvdread
Commits:
e533d03f by Hugo Beauzée-Luyssen at 2020-04-01T18:02:30+02:00
configure.ac: Fix LT_AGE following ABI breakage
The ABI broke, so we need to reset DVDREAD_LT_AGE to 0
Fix #14
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -47,7 +47,7 @@ dnl * in Linux, the library will be named
dnl libname.so.(DVDREAD_LT_CURRENT - DVDREAD_LT_AGE).DVDREAD_LT_REVISION.DVDREAD_LT_AGE
DVDREAD_LT_CURRENT=8
-DVDREAD_LT_AGE=1
+DVDREAD_LT_AGE=0
DVDREAD_LT_REVISION=0
AC_SUBST([DVDREAD_LTVERSION], [$DVDREAD_LT_CURRENT:$DVDREAD_LT_REVISION:$DVDREAD_LT_AGE])
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/e533d03fd99f24f69daf7d831d88ec5b95078d92
--
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/e533d03fd99f24f69daf7d831d88ec5b95078d92
You're receiving this email because of your account on code.videolan.org.
More information about the libdvdnav-devel
mailing list