The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / opus-tools / opus-tools.mk
1 ################################################################################
2 #
3 # opus-tools
4 #
5 ################################################################################
6
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
13
14 ifeq ($(BR2_PACKAGE_LIBPCAP),y)
15 OPUS_TOOLS_DEPENDENCIES += libpcap
16 endif
17
18 ifeq ($(BR2_X86_CPU_HAS_SSE),y)
19 OPUS_TOOLS_CONF_OPTS += --enable-sse
20 else
21 OPUS_TOOLS_CONF_OPTS += --disable-sse
22 endif
23
24 ifeq ($(BR2_PACKAGE_FLAC),y)
25 OPUS_TOOLS_DEPENDENCIES += flac
26 else
27 OPUS_TOOLS_CONF_OPTS += --without-flac
28 endif
29
30 $(eval $(autotools-package))