PACKAGE-mpg123: Revert #106 & #100

This reverts commits:
ce8e150cd5
2aff31eaba
This commit is contained in:
Apaczer
2024-06-23 10:22:36 +02:00
parent fd34e2b21e
commit 37a80a380c

View File

@@ -20,10 +20,6 @@ MPG123_CPU = aarch64
endif
ifeq ($(BR2_arm),y)
# the LFS wrappers brake mpg123_seek on ARM 32bit
MPG123_CONF_OPTS += --disable-lfs-alias
# also overwrite cflags to not pass -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' macros
MPG123_CONF_ENV += CPPFLAGS=" " CFLAGS=" "
ifeq ($(or $(BR2_ARM_CPU_HAS_NEON),$(BR2_ARM_CPU_HAS_VFPV2)),y)
MPG123_CPU = arm_fpu
else