[mpg123-users] mpg123 1.32.2 released with build fixes for ABI regression from 1.31
Brought to you by:
sobukus
From: Thomas O. <tho...@or...> - 2023-09-27 20:19:19
|
Hi all, please upgrade to mpg123 1.32.2 which yet again fixes things that I broke with 1.32.0. The CI and pre-release testing that we have is covering only part of what we got out there. Now we missed the case of -D_FILE_OFFSET_BITS=64 on 64 bit platforms, where the _64 symbols were missing. Also, the CMake build got some important fixes to complete what 1.32.0 should have had. Pleae just upgrade, for these fixes: 1.32.2 ------ - libmpg123: Re-introduce _64 symbols on native 64 bit offset platforms. This was a regression since 1.31 series. Sorry, too much cleanup, not enough testing. - build: -- Better O_LARGEFILE logic, avoiding redefintion. - ports/cmake: -- Require C99 (bug 360, among other points, thanks to Ozkan Sezer). -- Fix broken O_LARGEFILE logic (bug 360). -- Typo fix and cleanup, also manual SSE switch for Android on old x86 (bug 359). Alrighty then, Thomas |