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

32-bit compile fails #1086

Closed
freakout42 opened this issue Jan 2, 2024 · 1 comment
Closed

32-bit compile fails #1086

freakout42 opened this issue Jan 2, 2024 · 1 comment

Comments

@freakout42
Copy link

libheif-1.17.6/libheif/plugins/encoder_jpeg.cc:366:37: error: invalid conversion from 'long unsigned 
    int*' to 'size_t*' {aka 'unsigned int*'} [-Werror=permissive]
366 |   jpeg_mem_dest(&cinfo, &outbuffer, &outlength);
    |                                     ^~~~~~~~~~
    |                                     |
    |                                     long unsigned int*
@bradh
Copy link
Contributor

bradh commented Jan 2, 2024

Same as #1008. Can you follow up with the question on that issue?

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