diff options
author | Andrew Webster <awebster@arcx.com> | 2016-06-10 14:13:18 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-15 22:48:40 +0200 |
commit | 6499890700d9cebb273e649d3587ff13f27ccee2 (patch) | |
tree | 959d0cea3d6fa1309c33b2136027531cc1cac820 /package/libfslparser | |
parent | 47e6203f63544345dffa4bdbad303b6045c4b11f (diff) | |
download | buildroot-6499890700d9cebb273e649d3587ff13f27ccee2.tar.gz buildroot-6499890700d9cebb273e649d3587ff13f27ccee2.zip |
imx-parser: rename from libfslparser and bump version to 4.0.9
Changelog:
--Add aac latm parser in parser_libs, support aac latm in mpeg2 parser
This patch is based on the Yocto equivalent:
https://github.com/Freescale/meta-fsl-arm/commit/e2c6f10
Implicitly 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: Andrew Webster <awebster@arcx.com>
Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com>
Tested-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libfslparser')
-rw-r--r-- | package/libfslparser/Config.in | 8 | ||||
-rw-r--r-- | package/libfslparser/libfslparser.hash | 2 | ||||
-rw-r--r-- | package/libfslparser/libfslparser.mk | 23 |
3 files changed, 0 insertions, 33 deletions
diff --git a/package/libfslparser/Config.in b/package/libfslparser/Config.in deleted file mode 100644 index e3ab980ec9..0000000000 --- a/package/libfslparser/Config.in +++ /dev/null @@ -1,8 +0,0 @@ -config BR2_PACKAGE_LIBFSLPARSER - bool "libfslparser" - depends on BR2_arm # Only relevant for i.MX - help - Binary parser libraries for the Freescale i.MX SoCs. - - This library is provided by Freescale as-is and doesn't have - an upstream. diff --git a/package/libfslparser/libfslparser.hash b/package/libfslparser/libfslparser.hash deleted file mode 100644 index c49345fa09..0000000000 --- a/package/libfslparser/libfslparser.hash +++ /dev/null @@ -1,2 +0,0 @@ -# locally computed -sha256 a04621783c84a9776216caff9563c7f840fddd584b0b2d27738d6ca6d2c77f32 libfslparser-4.0.8.bin diff --git a/package/libfslparser/libfslparser.mk b/package/libfslparser/libfslparser.mk deleted file mode 100644 index 44e6039c6a..0000000000 --- a/package/libfslparser/libfslparser.mk +++ /dev/null @@ -1,23 +0,0 @@ -################################################################################ -# -# libfslparser -# -################################################################################ - -LIBFSLPARSER_VERSION = 4.0.8 -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 COPYING -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. - -$(eval $(autotools-package)) |