Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JPEG_LIB_VERSION and JSAMPLE Missing #14

Open
ealloradai opened this issue Jul 17, 2019 · 2 comments
Open

JPEG_LIB_VERSION and JSAMPLE Missing #14

ealloradai opened this issue Jul 17, 2019 · 2 comments

Comments

@ealloradai
Copy link

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
Copy link

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

@elemanhillary
Copy link

@ealloradai did you solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants