Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.14.0
-
None
Description
qtwebengine looks for jpeg_crop_scanline/jpeg_skip_scanlines to detect if an external jpeg lib can be used, but these functions are not actually used in the code
these functions are only implemented by libjpeg-turbo, not the jpeg lib from ijg.org
Is there a specific reason to prefer libjpeg-turbo ?
https://github.com/qt/qtwebengine/blob/dev/src/buildtools/configure.json#L94