diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2024-08-13 12:52:37 -0300 |
---|---|---|
committer | Hiago De Franco <hiago.franco@toradex.com> | 2024-08-27 14:17:13 -0300 |
commit | 045b3d306b7c97dd259d808fd92ce130c285dec2 (patch) | |
tree | d4b60d15c830aacaad4f391b28a4c2df5193249c | |
parent | 19b0b252652eaf51b69bb5bd9f17c81596a64b0f (diff) | |
download | meta-freescale-045b3d306b7c97dd259d808fd92ce130c285dec2.tar.gz |
libimxvpuapi2: Bump revision to 8639837a246f
After bumping gstreamer1.0-plugins-imx build is failing. Here is a snippet
of the build error:
| ../git/ext/vpu/gstimxvpuenc.c:473:20: error: 'ImxVpuApiEncOpenParams'
has no member named 'fixed_intra_quantization'
| open_params->fixed_intra_quantization =
imx_vpu_enc->fixed_intra_quantization;
| ^~
Fix it by updating libimxvpuapi2 to the current HEAD of its repository.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit c27889664be1cb62926c19c619838882367136c5)
-rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.0.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.0.bb index 1e7d8252c..eef96e56e 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.0.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.0.bb | |||
@@ -11,7 +11,7 @@ DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" | |||
11 | PV .= "+git${SRCPV}" | 11 | PV .= "+git${SRCPV}" |
12 | 12 | ||
13 | SRCBRANCH ?= "master" | 13 | SRCBRANCH ?= "master" |
14 | SRCREV = "6f803f46d6b53a08cf02fc3d440072e01e2f3a09" | 14 | SRCREV = "8639837a246f8d85fba8a707c130239aeabc0a19" |
15 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" | 15 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |