diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2022-05-11 09:55:00 +0200 |
---|---|---|
committer | Carlos Rafael Giani <crg7475@mailbox.org> | 2022-05-11 10:21:04 +0200 |
commit | d562e1e22cd4b557320386be95402ec5306c7a5e (patch) | |
tree | aa374230d11d40183bdf3f5dc21fb85c179ca98e | |
parent | 98d066d125af0602e09d18fc9e404099741f20d0 (diff) | |
download | meta-freescale-d562e1e22cd4b557320386be95402ec5306c7a5e.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>
-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 8b2f4138..ab5c5b85 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" |