349dfdd4fa
[Thomas: remove unneeded comment.] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
24 lines
772 B
Makefile
24 lines
772 B
Makefile
################################################################################
|
|
#
|
|
# libfslcodec
|
|
#
|
|
################################################################################
|
|
|
|
LIBFSLCODEC_VERSION = 3.0.11
|
|
LIBFSLCODEC_SITE = $(FREESCALE_IMX_SITE)
|
|
LIBFSLCODEC_SOURCE = libfslcodec-$(LIBFSLCODEC_VERSION).bin
|
|
LIBFSLCODEC_INSTALL_STAGING = YES
|
|
|
|
LIBFSLCODEC_LICENSE = Freescale Semiconductor Software License Agreement, BSD-3c (flac, ogg headers)
|
|
LIBFSLCODEC_LICENSE_FILES = EULA EULA.txt
|
|
LIBFSLCODEC_REDISTRIBUTE = NO
|
|
|
|
define LIBFSLCODEC_EXTRACT_CMDS
|
|
$(call FREESCALE_IMX_EXTRACT_HELPER,$(DL_DIR)/$(LIBFSLCODEC_SOURCE))
|
|
endef
|
|
|
|
# FIXME The Makefile installs both the arm9 and arm11 versions of the
|
|
# libraries, but we only need one of them.
|
|
|
|
$(eval $(autotools-package))
|