summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.10.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* imx-vpu-hantro-vc: fix build with gcc 15Max Krummenacher2025-05-121-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 recipesJoão Paulo Gonçalves2025-04-241-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>