Bump buildroot to 2019.02
This commit is contained in:
@@ -4,18 +4,19 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SPEEX_VERSION = 1.2rc1
|
||||
SPEEX_SITE = http://downloads.us.xiph.org/releases/speex
|
||||
SPEEX_VERSION = 1.2.0
|
||||
SPEEX_SITE = https://downloads.xiph.org/releases/speex
|
||||
SPEEX_LICENSE = BSD-3-Clause
|
||||
SPEEX_LICENSE_FILES = COPYING
|
||||
|
||||
SPEEX_INSTALL_STAGING = YES
|
||||
SPEEX_DEPENDENCIES = libogg
|
||||
SPEEX_DEPENDENCIES = host-pkgconf libogg
|
||||
SPEEX_CONF_OPTS = \
|
||||
--with-ogg-libraries=$(STAGING_DIR)/usr/lib \
|
||||
--with-ogg-includes=$(STAGING_DIR)/usr/include \
|
||||
--enable-fixed-point
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SPEEXDSP),y)
|
||||
SPEEX_DEPENDENCIES += speexdsp
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SPEEX_ARM4),y)
|
||||
SPEEX_CONF_OPTS += --enable-arm4-asm
|
||||
endif
|
||||
@@ -31,8 +32,4 @@ endef
|
||||
|
||||
SPEEX_POST_CONFIGURE_HOOKS += SPEEX_LIBTOOL_FIXUP
|
||||
|
||||
define SPEEX_BUILD_CMDS
|
||||
$($(PKG)_MAKE_ENV) $(MAKE) $($(PKG)_MAKE_OPTS) -C $(@D)/$($(PKG)_SUBDIR)
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user