mpg123-1.31.1
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
/* Define if .align takes 3 for alignment of 2^3=8 bytes instead of 8. */
|
||||
#undef ASMALIGN_EXP
|
||||
|
||||
/* No suffixed symbols for large file support (only alias for backwards
|
||||
compat.) */
|
||||
#undef BUILD_NO_LARGENAME
|
||||
|
||||
/* Define if __attribute__((aligned(16))) shall be used */
|
||||
#undef CCALIGN
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
/* This is wicked switchery: Decide which way the aliases are facing. */
|
||||
|
||||
#if _FILE_OFFSET_BITS+0 == LFS_ALIAS_BITS
|
||||
#if !(defined BUILD_NO_LARGENAME) && (_FILE_OFFSET_BITS+0 == LFS_ALIAS_BITS)
|
||||
|
||||
/* The native functions have suffix, the aliases not. */
|
||||
#define NATIVE_SUFFIX MACROCAT(_, _FILE_OFFSET_BITS)
|
||||
|
||||
Reference in New Issue
Block a user