lame: Fix i386 SSE builds, disable NASM (really)
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
parent
7dfde96143
commit
125066a1d7
1 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007-2014 OpenWrt.org
|
# Copyright (C) 2007-2016 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lame
|
PKG_NAME:=lame
|
||||||
PKG_VERSION:=3.99.5
|
PKG_VERSION:=3.99.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/lame
|
PKG_SOURCE_URL:=@SF/lame
|
||||||
|
@ -53,12 +53,11 @@ define Package/lame-lib/description
|
||||||
lame mp3 encoder libs
|
lame mp3 encoder libs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
CONFIG_VARS+=NASM=no
|
||||||
$(call Build/Configure/Default, \
|
|
||||||
--disable-nasm \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
|
ifeq ($(ARCH),i386)
|
||||||
|
TARGET_CFLAGS+=-msse
|
||||||
|
endif
|
||||||
|
|
||||||
define Package/lame/install
|
define Package/lame/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
|
Loading…
Reference in a new issue