mpg123: bump to version 1.13.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b3395489fe
commit
56b28d3ee1
@ -3,11 +3,16 @@
|
|||||||
# mpg123
|
# mpg123
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
MPG123_VERSION = 0.66
|
|
||||||
|
MPG123_VERSION = 1.13.1
|
||||||
MPG123_SOURCE = mpg123-$(MPG123_VERSION).tar.bz2
|
MPG123_SOURCE = mpg123-$(MPG123_VERSION).tar.bz2
|
||||||
MPG123_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/mpg123
|
MPG123_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/mpg123
|
||||||
|
MPG123_CONF_OPT = --with-optimization=0 --disable-lfs-alias
|
||||||
|
MPG123_CPU = $(if $(BR2_SOFT_FLOAT),generic_nofpu,generic_fpu)
|
||||||
|
|
||||||
MPG123_CPU = $(if $(BR2_SOFT_FLOAT),generic_nofpu,generic)
|
ifeq ($(BR2_arm),y)
|
||||||
|
MPG123_CPU = arm_nofpu
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_i386),y)
|
ifeq ($(BR2_i386),y)
|
||||||
MPG123_CPU = x86
|
MPG123_CPU = x86
|
||||||
@ -17,9 +22,16 @@ ifeq ($(BR2_powerpc),y)
|
|||||||
ifneq ($(BR2_powerpc_7400)$(BR2_powerpc_7450)$(BR2_powerpc_970),)
|
ifneq ($(BR2_powerpc_7400)$(BR2_powerpc_7450)$(BR2_powerpc_970),)
|
||||||
MPG123_CPU = altivec
|
MPG123_CPU = altivec
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(BR2_SOFT_FLOAT),y)
|
||||||
|
MPG123_CPU = ppc_nofpu
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
MPG123_CONF_OPT = --program-prefix='' --with-cpu=$(MPG123_CPU)
|
ifeq ($(BR2_x86_64),y)
|
||||||
|
MPG123_CPU = x86-64
|
||||||
|
endif
|
||||||
|
|
||||||
|
MPG123_CONF_OPT += --program-prefix='' --with-cpu=$(MPG123_CPU)
|
||||||
|
|
||||||
# Check if ALSA is built, then we should configure after alsa-lib so
|
# Check if ALSA is built, then we should configure after alsa-lib so
|
||||||
# ./configure can find alsa-lib.
|
# ./configure can find alsa-lib.
|
||||||
|
Loading…
Reference in New Issue
Block a user