mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #4574 from diizzyy/patch-64
libs/opus: Update to 1.2.1
This commit is contained in:
+7
-2
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=opus
|
PKG_NAME:=opus
|
||||||
PKG_VERSION:=1.2
|
PKG_VERSION:=1.2.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://archive.mozilla.org/pub/opus/
|
PKG_SOURCE_URL:=https://archive.mozilla.org/pub/opus/
|
||||||
PKG_HASH:=77db45a87b51578fbc49555ef1b10926179861d854eb2613207dc79d9ec0a9a9
|
PKG_HASH:=cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
@@ -45,6 +45,11 @@ ifeq ($(CONFIG_SOFT_FLOAT),y)
|
|||||||
--enable-fixed-point
|
--enable-fixed-point
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(findstring neon,$(CONFIG_TARGET_OPTIMIZATION)),)
|
||||||
|
CONFIGURE_ARGS+= \
|
||||||
|
--enable-fixed-point
|
||||||
|
endif
|
||||||
|
|
||||||
CPU_ASM_BLACKLIST:=xscale arm926ej-s
|
CPU_ASM_BLACKLIST:=xscale arm926ej-s
|
||||||
|
|
||||||
ifneq ($(findstring $(call qstrip,$(CONFIG_CPU_TYPE)),$(CPU_ASM_BLACKLIST)),)
|
ifneq ($(findstring $(call qstrip,$(CONFIG_CPU_TYPE)),$(CPU_ASM_BLACKLIST)),)
|
||||||
|
|||||||
Reference in New Issue
Block a user