1 ################################################################################
5 ################################################################################
8 OPUS_SITE
= http
://downloads.xiph.org
/releases
/opus
10 OPUS_LICENSE_FILES
= COPYING
11 OPUS_INSTALL_STAGING
= YES
13 ifeq ($(BR2_PACKAGE_OPUS_FIXED_POINT
),y
)
14 OPUS_CONF_OPTS
+= --enable-fixed-point
17 # When we're on ARM, but we don't have ARM instructions (only
18 # Thumb-2), disable the usage of assembly as it is not Thumb-ready.
19 ifeq ($(BR2_arm
)$(BR2_armeb
):$(BR2_ARM_CPU_HAS_ARM
),y
:)
20 OPUS_CONF_OPTS
+= --disable-asm
23 $(eval
$(autotools-package
))