Yellow-Dog-Man / FreeImage

Customized fork of the FreeImage library
Other
11 stars 6 forks source link

Make the Linux version work #3

Closed iamgreaser closed 11 months ago

iamgreaser commented 11 months ago

It's hard to tell from the diff, but Source/LibWebP/src/utils/palette.c was missing, which lead to an undefined symbol error for GetColorPalette. This version works.

Frooxius commented 11 months ago

I was about to look into why the Linux version doesn't like to work, this saves me quite a bit of time! Thank you very much.

iamgreaser commented 11 months ago

...new day, new missing symbol. Not sure why it was working before, but now I'm going to make sure all the missing symbol errors are fixed for real.