libdvdnav configure.ac domucemnts libtool version-info as current:age:revision. According to libtool documentation this should be current:revision:age. See attached patch to fix this. Thanks, -Marcel -- ======-------- Marcel J.E. Mol MESA Consulting B.V. =======--------- ph. +31-(0)6-54724868 P.O. Box 112 =======--------- marcel@mesa.nl 2630 AC Nootdorp __==== www.mesa.nl ---____U_n_i_x______I_n_t_e_r_n_e_t____ The Netherlands ____ They couldn't think of a number, Linux user 1148 -- counter.li.org so they gave me a name! -- Rupert Hine -- www.ruperthine.com
Another issues I encountered is that support for large files is 'detected' by the configure script, but as the config.h file is not included for every source file the large file support is broken (e.g opening .iso file larger thatn 2 GB fail on 32-bit systems). Attached the git patch. (also included a format-patch for my fix for .so version generation...) Thanks, -Marcel On Sun, Feb 23, 2014 at 02:17:34PM +0100, Marcel J.E. Mol wrote:
libdvdnav configure.ac domucemnts libtool version-info as current:age:revision. According to libtool documentation this should be current:revision:age. See attached patch to fix this.
Thanks,
-Marcel -- ======-------- Marcel J.E. Mol MESA Consulting B.V. =======--------- ph. +31-(0)6-54724868 P.O. Box 112 =======--------- marcel@mesa.nl 2630 AC Nootdorp __==== www.mesa.nl ---____U_n_i_x______I_n_t_e_r_n_e_t____ The Netherlands ____ They couldn't think of a number, Linux user 1148 -- counter.li.org so they gave me a name! -- Rupert Hine -- www.ruperthine.com
commit 848fa241f4a465414e83faffbb712a289fd00b60 Author: Marcel Mol <marcel@mesa.nl> Date: Sun Feb 23 14:13:42 2014 +0100
Fix configure.ac libtool version documentation
diff --git a/configure.ac b/configure.ac index d2ab0b1..10215e0 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ dnl * DVDNAV_LT_AGE is the number of previous API versions still supported by t dnl * libtool has its own numbering scheme, because local library numbering schemes dnl are platform dependent dnl * in Linux, the library will be named -dnl libname.so.(DVDNAV_LT_CURRENT - DVDNAV_LT_AGE).DVDNAV_LT_AGE.DVDNAV_LT_REVISION +dnl libname.so.(DVDNAV_LT_CURRENT - DVDNAV_LT_AGE).DVDNAV_LT_REVISION.DVDNAV_LT_AGE
DVDNAV_LT_CURRENT=5 DVDNAV_LT_AGE=1
_______________________________________________ DVDnav-discuss mailing list DVDnav-discuss@mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
-- ======-------- Marcel J.E. Mol MESA Consulting B.V. =======--------- ph. +31-(0)6-54724868 P.O. Box 112 =======--------- marcel@mesa.nl 2630 AC Nootdorp __==== www.mesa.nl ---____U_n_i_x______I_n_t_e_r_n_e_t____ The Netherlands ____ They couldn't think of a number, Linux user 1148 -- counter.li.org so they gave me a name! -- Rupert Hine -- www.ruperthine.com
Le 23/02/2014 14:17, Marcel J.E. Mol a écrit :
libdvdnav configure.ac domucemnts libtool version-info as current:age:revision. According to libtool documentation this should be current:revision:age. See attached patch to fix this.
Both applied. -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device
participants (2)
-
Jean-Baptiste Kempf -
Marcel J.E. Mol