-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/112458/
-----------------------------------------------------------
(Updated Sept. 4, 2013, 5:49 a.m.)
Review request for kdelibs.
Changes
-------
Added information about what the upstream changes causing the failure are.
Description (updated)
-------
Since jpeg-9, build fails: khtml/imload/decoders/jpegloader.cpp:145:20: error:
cannot convert ‘bool’ to ‘boolean’ in return
This is because in jpeg-9, the boolean typedef changes from int to typedef enum
{ FALSE = 0, TRUE = 1 }.
Diffs
-----
khtml/imload/decoders/jpegloader.cpp ea255726fdf1c310826c0037583aca3c5c741245
Diff: http://git.reviewboard.kde.org/r/112458/diff/
Testing
-------
Also tested against jpeg-8d (previous stable) and libjpeg-turbo.
Thanks,
Michael Palimaka