9188310928
New feature for 4.0.2 version:
* Enhanced Metadata supporting in MP4, MKV, AVI, ASF parser.
This patch is based on the Yocto equivalent:
550fb2de65
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>
27 lines
849 B
Makefile
27 lines
849 B
Makefile
################################################################################
|
|
#
|
|
# libfslparser
|
|
#
|
|
################################################################################
|
|
|
|
LIBFSLPARSER_VERSION = 4.0.2
|
|
LIBFSLPARSER_SITE = $(FREESCALE_IMX_SITE)
|
|
LIBFSLPARSER_SOURCE = libfslparser-$(LIBFSLPARSER_VERSION).bin
|
|
LIBFSLPARSER_INSTALL_STAGING = YES
|
|
|
|
LIBFSLPARSER_LICENSE = Freescale Semiconductor Software License Agreement
|
|
LIBFSLPARSER_LICENSE_FILES = EULA EULA.txt
|
|
LIBFSLPARSER_REDISTRIBUTE = NO
|
|
|
|
define LIBFSLPARSER_EXTRACT_CMDS
|
|
$(call FREESCALE_IMX_EXTRACT_HELPER,$(DL_DIR)/$(LIBFSLPARSER_SOURCE))
|
|
endef
|
|
|
|
# The Makefile installs several versions of the libraries, but we only
|
|
# need one of them, depending on the platform.
|
|
|
|
# without AUTORECONF, configure fails to find install-sh.
|
|
LIBFSLPARSER_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|