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 / opus.mk
1 ################################################################################
2 #
3 # opus
4 #
5 ################################################################################
6
7 OPUS_VERSION = 1.1
8 OPUS_SITE = http://downloads.xiph.org/releases/opus
9 OPUS_LICENSE = BSD-3c
10 OPUS_LICENSE_FILES = COPYING
11 OPUS_INSTALL_STAGING = YES
12 OPUS_AUTORECONF = YES
13
14 ifeq ($(BR2_PACKAGE_OPUS_FIXED_POINT),y)
15 OPUS_CONF_OPTS += --enable-fixed-point
16 endif
17
18 $(eval $(autotools-package))