You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: