Skip to content

Build: Added guard for including jmorecfg.h in jpeglib.h

This provides a chance to prevent the wrong version of jmorecfg.h being included by jpeglib.h. Such an event can occur when a version of jmorecfg.h is found in an include directory different from the the one that goes with the jpeglib.h that includes it.

Merge request reports