openstf/android-libjpeg-turbo

JPEG_LIB_VERSION and JSAMPLE Missing

ealloradai opened this issue · 2 comments

Hi,
i built the library using android-ndk-r20 on a mac. The build is ok but jconfig.h is empty while it should contain something at least JPEG_LIB_VERSION. Infact building my app a get those 2 compile errors:

error: use of undeclared identifier 'JPEG_LIB_VERSION' jpeg_create_decompress(&cinfo);
And
jpeglib.h:69:9: error: unknown type name 'JSAMPLE'

How can i fix those errors?

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

@ealloradai did you solve this problem?