lame: bump to version 3.99.5
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
This commit is contained in:
parent
da5948fe72
commit
e3729de402
@ -4,8 +4,10 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
LAME_VERSION = 3.99
|
||||
LAME_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/lame
|
||||
LAME_VERSION_MAJOR = 3.99
|
||||
LAME_VERSION_MINOR = 5
|
||||
LAME_VERSION = $(LAME_VERSION_MAJOR).$(LAME_VERSION_MINOR)
|
||||
LAME_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/lame/lame/$(LAME_VERSION_MAJOR)
|
||||
LAME_DEPENDENCIES = host-pkg-config
|
||||
LAME_INSTALL_STAGING = YES
|
||||
LAME_CONF_ENV = GTK_CONFIG=/bin/false
|
||||
|
Loading…
Reference in New Issue
Block a user