diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2021-04-23 21:24:55 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-05-31 21:59:33 -0300 |
commit | 7f12b5e235e67bfe28891d460cb6b1f3025bd0ea (patch) | |
tree | b8980266431a09e1f4cac2d245fe6294257506f7 | |
parent | adadc0b86da782f93df5e366f0cb94f16da11fb5 (diff) | |
download | meta-freescale-7f12b5e235e67bfe28891d460cb6b1f3025bd0ea.tar.gz |
libimxvpuapi2: Update to version 2.1.2
* imx6 coda: fix bug in IPU based detiling related to frame width/height
* imx6 coda: use the frame width/height from open params if available
* imx6 coda: fix duplicate VPU firmware unloading
* imx6-coda: Fix skipped frame reporting
* imx8 hantro encoder: fix mid-stream bitrate changes and bitrate logging
* imx8m-hantro: Handle CODEC_ERROR_FRAME codec state
* imx8m-hantro: Limit supported formats and profiles if building for m8xmm
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
(cherry picked from commit 355c3729d54b6df984f7d70dbbd513cce53b573b)
-rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.0.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.0.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.0.bb deleted file mode 100644 index f6b4baae5..000000000 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.1.0.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | DESCRIPTION = "frontend for the i.MX6 / i.MX8 VPU hardware video engines" | ||
2 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" | ||
5 | SECTION = "multimedia" | ||
6 | DEPENDS = "virtual/imxvpu libimxdmabuffer" | ||
7 | |||
8 | PV .= "+git${SRCPV}" | ||
9 | |||
10 | SRCBRANCH ?= "master" | ||
11 | SRCREV = "49cb1b34d759aa7a51269ca0f58fcc1f9647da5b" | ||
12 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit waf pkgconfig use-imx-headers | ||
17 | |||
18 | IMX_PLATFORM_mx6 = "imx6" | ||
19 | IMX_PLATFORM_mx8mq = "imx8m" | ||
20 | IMX_PLATFORM_mx8mm = "imx8mm" | ||
21 | IMX_PLATFORM_mx8mp = "imx8mm" | ||
22 | |||
23 | EXTRA_OECONF = "--imx-platform=${IMX_PLATFORM} --libdir=${libdir} --imx-headers=${STAGING_INCDIR_IMX} --sysroot-path=${RECIPE_SYSROOT}" | ||
24 | |||
25 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
26 | COMPATIBLE_MACHINE = "(imxvpu)" | ||