Fix Windows jumbo compilation by excluding the jpeg decoder
The jpeg decoder uses libjpeg_turbo which uses a "boolean" type defined to be int. At the same time Windows has "boolean" type which is unsigned char. If those headers meet in a translation unit you get compilation errors. An alternative fix would be to redefine libjpeg_turbo to use unsigned char for its boolean type. Bug: 775979 Change-Id: I268e0890dfc2fae79d0abe54bbd7bf5c0c23226f Reviewed-on: https://chromium-review.googlesource.com/727980Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#510155}
Showing
Please register or sign in to comment