mpg123-1.32.6

This commit is contained in:
Ozkan Sezer
2024-04-18 23:56:32 +03:00
parent 73caa15ce9
commit 304bf5b276
18 changed files with 130 additions and 23 deletions

9
NEWS
View File

@@ -1,3 +1,12 @@
1.32.6
------
- build: Detect forced 64 bit offsets on a dual-mode system that used
to default to 32 bits and drop ambiguous suffix-less symbols in that
case. This avoids subtle ABI breakage (causing memory corruption)
with existing binaries and instead has them fail during runtime linking.
You trigger that when having -D_FILE_OFFSET_BITS=64 in your compiler
flags during mpg123 build.
1.32.5
------