DALI/dali/image/jpeg.cc:47:8: error: ‘TJSAMP_411’ was not declared in this scope
case TJSAMP_411:
DALI/dali/image/jpeg.cc:142:40: error: invalid conversion from ‘const uint8* {aka const unsigned char*}’ to ‘unsigned char*’ [-fpermissive]
w, 0, h, pixel_format, 0);
/usr/include/turbojpeg.h:729:23: error: initializing argument 2 of ‘int tjDecompress2(tjh
andle, unsigned char*, long unsigned int, unsigned char*, int, int, int, int, int)’ [-fperm
issive]
DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
may be version of libjpeg-turbo can't compatible with the branch?
DALI/dali/image/jpeg.cc:47:8: error: ‘TJSAMP_411’ was not declared in this scope
case TJSAMP_411:
DALI/dali/image/jpeg.cc:142:40: error: invalid conversion from ‘const uint8* {aka const unsigned char*}’ to ‘unsigned char*’ [-fpermissive]
w, 0, h, pixel_format, 0);
/usr/include/turbojpeg.h:729:23: error: initializing argument 2 of ‘int tjDecompress2(tjh
andle, unsigned char*, long unsigned int, unsigned char*, int, int, int, int, int)’ [-fperm
issive]
DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
may be version of libjpeg-turbo can't compatible with the branch?