diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2022-05-11 07:55:17 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-06-16 17:02:40 -0300 |
commit | 6e2f9b843d8bea11f56e1a9238464972b7d60c62 (patch) | |
tree | ed25bf9dfcf08416cd8abbde3869f2dde52ed443 /recipes-multimedia/libimxvpuapi | |
parent | 90a162ed22dc6b99bead9be1b326843a1200ae6b (diff) | |
download | meta-freescale-6e2f9b843d8bea11f56e1a9238464972b7d60c62.tar.gz |
libimxvpuapi2: Upgrade to version 2.2.1
* Add option to not compile examples
* imx8m-hantro: Allow for reusing decoder after drain mode finishes
* imx6-coda: Reset drain mode after EOS processed
* imx6-coda: Reset drain mode flags when flushing
* Use libimxdmabuffer 1.1.2 sync access functions to ensure
cache coherence
* Add imx_vpu_api_is_color_format_10bit() function
* Documentation fixes
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Diffstat (limited to 'recipes-multimedia/libimxvpuapi')
-rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.1.bb (renamed from recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.1.bb index cefd0112..41b14de2 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.1.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "virtual/imxvpu libimxdmabuffer" | |||
8 | PV .= "+git${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
9 | 9 | ||
10 | SRCBRANCH ?= "master" | 10 | SRCBRANCH ?= "master" |
11 | SRCREV = "a650f13fb5de94e0c7c9e77f4d07ea275ea80dac" | 11 | SRCREV = "e81db32d10aee42c74ab50172487e04cbec6cbe0" |
12 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" | 12 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |