mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
02815955d3
cpe:2.3🅰️audiocoding:freeware_advanced_audio_decoder_2 is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aaudiocoding%3Afreeware_advanced_audio_decoder_2 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
20 lines
561 B
Makefile
20 lines
561 B
Makefile
################################################################################
|
|
#
|
|
# faad2
|
|
#
|
|
################################################################################
|
|
|
|
FAAD2_VERSION = 2.10.0
|
|
FAAD2_SITE = $(call github,knik0,faad2,$(subst .,_,$(FAAD2_VERSION)))
|
|
FAAD2_LICENSE = GPL-2.0
|
|
FAAD2_LICENSE_FILES = COPYING
|
|
FAAD2_CPE_ID_VENDOR = audiocoding
|
|
FAAD2_CPE_ID_PRODUCT = freeware_advanced_audio_decoder_2
|
|
# frontend/faad calls frexp()
|
|
FAAD2_CONF_ENV = LIBS=-lm
|
|
FAAD2_INSTALL_STAGING = YES
|
|
# From git
|
|
FAAD2_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|