strukturag / libheif

libheif is an HEIF and AVIF file format decoder and encoder.
Other
1.76k stars 302 forks source link

32-bit compile fails #1086

Closed freakout42 closed 10 months ago

freakout42 commented 10 months ago
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 commented 10 months ago

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