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 / opusfile / opusfile.mk
1 ################################################################################
2 #
3 # opusfile
4 #
5 ################################################################################
6
7 OPUSFILE_VERSION = 0.6
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
13
14 ifeq ($(BR2_PACKAGE_OPENSSL),y)
15 OPUSFILE_DEPENDENCIES += openssl
16 else
17 OPUSFILE_CONF_OPTS += --disable-http
18 endif
19
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
23 endif
24
25 $(eval $(autotools-package))