blob: 9ec9d8f52c9c7c44bf76d177f10287eb84246788 [file] [log] [blame]
################################################################################
#
# faad2
#
################################################################################
FAAD2_VERSION = 2.9.1
FAAD2_SITE = $(call github,knik0,faad2,$(subst .,_,$(FAAD2_VERSION)))
FAAD2_LICENSE = GPL-2.0
FAAD2_LICENSE_FILES = COPYING
# frontend/faad calls frexp()
FAAD2_CONF_ENV = LIBS=-lm
FAAD2_INSTALL_STAGING = YES
# From git
FAAD2_AUTORECONF = YES
$(eval $(autotools-package))