Hi, When building libdvdread from svn I end up with libdvdread.so.4.1.2. But when building from the new git repository I get libdvdread.so.3.2.1. I'm not to familar with autotools, but configure.ac defines DVDREAD_LT_CURRENT=5 DVDREAD_LT_AGE=1 DVDREAD_LT_REVISION=2 in both versions. It sems somehow LT_AGE an LT_REVISION are reversed??? For what it's worth, I build on Fedora 20 and on openembedded with the same results. A patch that would fix this is attached (somehow git format-patch does nothing...) 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
On 23 Feb, Marcel J.E. Mol wrote :
When building libdvdread from svn I end up with libdvdread.so.4.1.2. But when building from the new git repository I get libdvdread.so.3.2.1.
Yep, that would be a bug. There is no reason why those are not ABI compatible. With my kindest regards, -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device
Ok, here a slightly better patch. It also updates the comments in configure.ac. Kind regards, -Marcel On Sun, Feb 23, 2014 at 12:12:02PM +0100, Jean-Baptiste Kempf wrote:
On 23 Feb, Marcel J.E. Mol wrote :
When building libdvdread from svn I end up with libdvdread.so.4.1.2. But when building from the new git repository I get libdvdread.so.3.2.1.
Yep, that would be a bug. There is no reason why those are not ABI compatible.
With my kindest regards,
-- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device _______________________________________________ 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
participants (2)
-
Jean-Baptiste Kempf -
Marcel J.E. Mol