From ddbdc3bb126b5ecd1466d5146b8659061d3dbb9b Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 20 May 2009 18:56:23 +0000 Subject: [PATCH] [package] update lame to 398-2 (#5157) SVN-Revision: 15939 --- sound/lame/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sound/lame/Makefile b/sound/lame/Makefile index 13500ceae4..aa5302a867 100644 --- a/sound/lame/Makefile +++ b/sound/lame/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lame -PKG_VERSION:=398 +PKG_VERSION:=398-2 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/lame -PKG_MD5SUM:=f44b9f8e1b5d8835d0a77f9cc9cedd1c +PKG_MD5SUM:=719dae0ee675d0c16e0e89952930ed35 PKG_FIXUP:=libtool include $(INCLUDE_DIR)/package.mk @@ -46,6 +46,13 @@ define Package/lame-lib/description lame mp3 encoder libs endef +define Build/Configure + $(call Build/Configure/Default, \ + --disable-nasm \ + ) +endef + + define Package/lame/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lame $(1)/usr/bin/ -- 2.30.2