kumquat-buildroot/package/libfslcodec/libfslcodec.mk
Gary Bisson 0036781f59 libfslcodec: bump version to 4.0.2
This patch is based on the Yocto equivalent:
1a564bcf14

This package has been implicitely tested through gstreamer as the 0.10 plugin
relies on it:
 # gst-launch-0.10 playbin uri=file:///root/tears_of_steel_1080p.webm

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-11 12:45:19 +02:00

24 lines
771 B
Makefile

################################################################################
#
# libfslcodec
#
################################################################################
LIBFSLCODEC_VERSION = 4.0.2
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))