1 ################################################################################
5 ################################################################################
7 OPUS_TOOLS_VERSION
= 0.1.9
8 OPUS_TOOLS_SITE
= http
://downloads.xiph.org
/releases
/opus
9 OPUS_TOOLS_LICENSE
= BSD-2c
10 OPUS_TOOLS_LICENSE_FILES
= COPYING
11 OPUS_TOOLS_CONF_OPTS
= --disable-oggtest
--disable-opustest
12 OPUS_TOOLS_DEPENDENCIES
= opus libogg host-pkgconf
14 ifeq ($(BR2_PACKAGE_LIBPCAP
),y
)
15 OPUS_TOOLS_DEPENDENCIES
+= libpcap
18 ifeq ($(BR2_X86_CPU_HAS_SSE
),y
)
19 OPUS_TOOLS_CONF_OPTS
+= --enable-sse
21 OPUS_TOOLS_CONF_OPTS
+= --disable-sse
24 ifeq ($(BR2_PACKAGE_FLAC
),y
)
25 OPUS_TOOLS_DEPENDENCIES
+= flac
27 OPUS_TOOLS_CONF_OPTS
+= --without-flac
30 $(eval
$(autotools-package
))