http://bugs.winehq.org/show_bug.cgi?id=22132
Summary: update configure to work with mpg123 1.11.0 Product: Wine Version: 1.1.41 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: thomas-forum@orgis.org
Created an attachment (id=26989) --> (http://bugs.winehq.org/attachment.cgi?id=26989) patch for configure of 1.1.41
mpg123 1.11.0 introduces a scheme to have more reliable ABI in the future: libmpg123.so will use default off_t, on 32 bit systems there will be libmpg123_64.so for 64 bit off_t.
So, a program should check for both libraries... I am attaching patches for configure.ac in 1.1.41 and git from today (hm, or yesterday).