mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
imx-codec: bump to version 4.2.1, enable on AArch64
Changelog: 1. Upgrade EULA to v18 2. Bugfix/Optimization - AACPlus: fixed playbe silence after 1s of stream - Removed duplicated code in aac_dec/aacplus_dec. - Removed unused code in flac_dec. Note that this package now includes AARCH64 libraries for the upcoming i.MX8 CPU family. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b0c934cfc2
commit
72efe1797e
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_IMX_CODEC
|
config BR2_PACKAGE_IMX_CODEC
|
||||||
bool "imx-codec"
|
bool "imx-codec"
|
||||||
depends on BR2_arm # Only relevant for i.MX
|
depends on BR2_arm || BR2_aarch64 # Only relevant for i.MX
|
||||||
depends on BR2_TOOLCHAIN_USES_GLIBC # prebuilt binaries
|
depends on BR2_TOOLCHAIN_USES_GLIBC # prebuilt binaries
|
||||||
help
|
help
|
||||||
Binary codec libraries for the NXP i.MX SoCs.
|
Binary codec libraries for the NXP i.MX SoCs.
|
||||||
@ -9,5 +9,5 @@ config BR2_PACKAGE_IMX_CODEC
|
|||||||
an upstream.
|
an upstream.
|
||||||
|
|
||||||
comment "imx-codec needs a glibc toolchain"
|
comment "imx-codec needs a glibc toolchain"
|
||||||
depends on BR2_arm
|
depends on BR2_arm || BR2_aarch64
|
||||||
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# locally computed
|
# locally computed
|
||||||
sha256 98fe71cb44f7e858c64c5eda81741ed02f40afaadc3d4ed1e693c7d1e684b81d imx-codec-4.1.4.bin
|
sha256 20d3f9b4187fcd9e7007c94558a00bab1191513eee74b6f0d8c7b43f874e06ed imx-codec-4.2.1.bin
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
IMX_CODEC_VERSION = 4.1.4
|
IMX_CODEC_VERSION = 4.2.1
|
||||||
IMX_CODEC_SITE = $(FREESCALE_IMX_SITE)
|
IMX_CODEC_SITE = $(FREESCALE_IMX_SITE)
|
||||||
IMX_CODEC_SOURCE = imx-codec-$(IMX_CODEC_VERSION).bin
|
IMX_CODEC_SOURCE = imx-codec-$(IMX_CODEC_VERSION).bin
|
||||||
IMX_CODEC_INSTALL_STAGING = YES
|
IMX_CODEC_INSTALL_STAGING = YES
|
||||||
@ -13,6 +13,10 @@ IMX_CODEC_LICENSE = NXP Semiconductor Software License Agreement, BSD-3-Clause (
|
|||||||
IMX_CODEC_LICENSE_FILES = EULA COPYING
|
IMX_CODEC_LICENSE_FILES = EULA COPYING
|
||||||
IMX_CODEC_REDISTRIBUTE = NO
|
IMX_CODEC_REDISTRIBUTE = NO
|
||||||
|
|
||||||
|
ifeq ($(BR2_aarch64),y)
|
||||||
|
IMX_CODEC_CONF_OPTS += --enable-armv8
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_ARM_EABIHF),y)
|
ifeq ($(BR2_ARM_EABIHF),y)
|
||||||
IMX_CODEC_CONF_OPTS += --enable-fhw
|
IMX_CODEC_CONF_OPTS += --enable-fhw
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user