diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-03-16 15:56:41 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-03-18 22:52:49 +0100 |
commit | 7a972e9e462f7f3988d8cf8a4b910241c3973a0c (patch) | |
tree | dcbad2eabd2ceb70bb24c74dc7c0c8fb049928b9 | |
parent | b92b68b2a171d74e3543e163661cd9342c2ab773 (diff) | |
download | buildroot-7a972e9e462f7f3988d8cf8a4b910241c3973a0c.tar.gz buildroot-7a972e9e462f7f3988d8cf8a4b910241c3973a0c.zip |
libfslcodec: bump to version 4.0.8
Changelog since 4.0.7:
- Version alignment with other Multimedia components.
This patch is based on the Yocto equivalent:
https://github.com/Freescale/meta-fsl-arm/commit/6a1f559a
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: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/libfslcodec/libfslcodec.hash | 2 | ||||
-rw-r--r-- | package/libfslcodec/libfslcodec.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/libfslcodec/libfslcodec.hash b/package/libfslcodec/libfslcodec.hash index d977a66a44..fd934f7506 100644 --- a/package/libfslcodec/libfslcodec.hash +++ b/package/libfslcodec/libfslcodec.hash @@ -1,2 +1,2 @@ # locally computed -sha256 de1251286ebbc1541452f2f70fbd73e42c58f95630d65d1f9aaabf10a6caa38f libfslcodec-4.0.7.bin +sha256 544ffc5989bce18ca50c7a826cc03370b1cf8455335e4291ef0c0779b4c33de0 libfslcodec-4.0.8.bin diff --git a/package/libfslcodec/libfslcodec.mk b/package/libfslcodec/libfslcodec.mk index e151c662b6..502390fb99 100644 --- a/package/libfslcodec/libfslcodec.mk +++ b/package/libfslcodec/libfslcodec.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBFSLCODEC_VERSION = 4.0.7 +LIBFSLCODEC_VERSION = 4.0.8 LIBFSLCODEC_SITE = $(FREESCALE_IMX_SITE) LIBFSLCODEC_SOURCE = libfslcodec-$(LIBFSLCODEC_VERSION).bin LIBFSLCODEC_INSTALL_STAGING = YES |