Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imx-vpu-hantro-vc: fix build with gcc 15 | Max Krummenacher | 2025-05-12 | 1 | -1/+4 |
| | | | | | | | | | | | | | GCC 15 by default uses C23 as the standard. With C23 bool, true and false are built in keywords and cannot be redefined. Fixes build of imx-vpu-hantro-daemon: | ...imx-vpu-hantro-daemon/1.5.0/recipe-sysroot/usr/include/hantro_VC8000E_enc/base_type.h:73:3: error: cannot use keyword 'false' as enumeration constant | 73 | false = HANTRO_FALSE, Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> | ||||
* | imx-vpu-hantro: Update recipes | João Paulo Gonçalves | 2025-04-24 | 1 | -0/+36 |
Update Hantro VPU libraries and daemon to latest version of rel_6.6.52_2.2.0. Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com> |