Hello,
Many thanks for this open-source software and hardware !!
I'm using VS Code and PlatformIO extension.
I'm trying to build the source files (with the original main.cpp, without using an example). Build is ok, but the linker step produces errors about JPEGDEC:
/home/guillaume/.platformio/packages/toolchain-xtensa-esp32s3/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld:
.pio/build/esp32-s3-devkitm-1/lib14c/libJPEGDEC.a(JPEGDEC.cpp.o):(.literal._ZL12JPEGPutMCU11P14jpeg_image_tagii+0x4):
undefined reference to `s3_ycbcr_convert_444'
Should I update something to build the project out-of-the-box?