mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
opus: Disable ASM for xscale and arm926ej-s
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
+7
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=opus
|
PKG_NAME:=opus
|
||||||
PKG_VERSION:=1.1.3
|
PKG_VERSION:=1.1.3
|
||||||
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:=http://downloads.xiph.org/releases/opus/
|
PKG_SOURCE_URL:=http://downloads.xiph.org/releases/opus/
|
||||||
@@ -45,6 +45,12 @@ ifeq ($(CONFIG_SOFT_FLOAT),y)
|
|||||||
--enable-fixed-point
|
--enable-fixed-point
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
CPU_ASM_BLACKLIST:=xscale arm926ej-s
|
||||||
|
|
||||||
|
ifneq ($(findstring $(call qstrip,$(CONFIG_CPU_TYPE)),$(CPU_ASM_BLACKLIST)),)
|
||||||
|
CONFIGURE_ARGS+= --disable-asm
|
||||||
|
endif
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/opus $(1)/usr/include/
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/opus $(1)/usr/include/
|
||||||
|
|||||||
Reference in New Issue
Block a user