summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2015-05-26 10:19:32 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-11 12:45:31 +0200
commit91883109285bc9799bf4320a089b7022b8259ebc (patch)
treefb01f27a6c436f912fe03e5ba26f8730a0c77565
parent0036781f595ead5552b04843a461ea10f34eec60 (diff)
downloadbuildroot-91883109285bc9799bf4320a089b7022b8259ebc.tar.gz
buildroot-91883109285bc9799bf4320a089b7022b8259ebc.zip
libfslparser: bump version to 4.0.2
New feature for 4.0.2 version: * Enhanced Metadata supporting in MP4, MKV, AVI, ASF parser. This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-fsl-arm/commit/550fb2de655f3bdbb057c41b55328b0ce2919bb9 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>
-rw-r--r--package/libfslparser/libfslparser.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libfslparser/libfslparser.mk b/package/libfslparser/libfslparser.mk
index 706a10e6dc..50f0bf6bd2 100644
--- a/package/libfslparser/libfslparser.mk
+++ b/package/libfslparser/libfslparser.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBFSLPARSER_VERSION = 3.0.11
+LIBFSLPARSER_VERSION = 4.0.2
LIBFSLPARSER_SITE = $(FREESCALE_IMX_SITE)
LIBFSLPARSER_SOURCE = libfslparser-$(LIBFSLPARSER_VERSION).bin
LIBFSLPARSER_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud