PACKAGE-mpg123: disable LFS support on 32bit (#100)

fix mpg123_seek
This commit is contained in:
Apaczer
2024-04-16 17:59:25 +02:00
committed by GitHub
parent 3074093f8d
commit 2aff31eaba

View File

@@ -81,4 +81,7 @@ else
MPG123_CONF_OPTS += --enable-modules MPG123_CONF_OPTS += --enable-modules
endif endif
# the LFS wrappers brake mpg123_seek on ARM 32bit
MPG123_CONF_OPTS += --disable-lfs-alias
$(eval $(autotools-package)) $(eval $(autotools-package))