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 / faad2 / faad2.mk
1 ################################################################################
2 #
3 # faad2
4 #
5 ################################################################################
6
7 FAAD2_VERSION = 2.7
8 FAAD2_SITE = http://downloads.sourceforge.net/project/faac/faad2-src/faad2-$(FAAD2_VERSION)
9 FAAD2_LICENSE = GPLv2
10 FAAD2_LICENSE_FILES = COPYING
11 # frontend/faad calls frexp()
12 FAAD2_CONF_ENV = LIBS=-lm
13 FAAD2_INSTALL_STAGING = YES
14
15 $(eval $(autotools-package))