6499890700
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>
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
config BR2_PACKAGE_IMX_PARSER
|
|
bool "imx-parser"
|
|
depends on BR2_arm # Only relevant for i.MX
|
|
help
|
|
Binary parser libraries for the NXP i.MX SoCs.
|
|
|
|
This library is provided by NXP as-is and doesn't have
|
|
an upstream.
|