1 ################################################################################
5 ################################################################################
8 OPUSFILE_SITE
= http
://downloads.xiph.org
/releases
/opus
9 OPUSFILE_DEPENDENCIES
= host-pkgconf libogg opus
10 OPUSFILE_LICENSE
= BSD-3c
11 OPUSFILE_LICENSE_FILES
= COPYING
12 OPUSFILE_INSTALL_STAGING
= YES
14 ifeq ($(BR2_PACKAGE_OPENSSL
),y
)
15 OPUSFILE_DEPENDENCIES
+= openssl
17 OPUSFILE_CONF_OPTS
+= --disable-http
20 # Use the same as opus package since it's a dep and we can't mix
21 ifeq ($(BR2_PACKAGE_OPUS_FIXED_POINT
),y
)
22 OPUSFILE_CONF_OPTS
+= --enable-fixed-point
25 $(eval
$(autotools-package
))