Skip to content

JPEG_LIB_VERSION and JSAMPLE Missing #14

@ealloradai

Description

@ealloradai

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions