commit | fd9f319b4571dcb45b2d8b6965d1c6709a611d05 | [log] [tgz] |
---|---|---|
author | DRC <information@virtualgl.org> | Fri Oct 16 03:28:58 2015 -0500 |
committer | DRC <information@virtualgl.org> | Fri Oct 16 03:28:58 2015 -0500 |
tree | 677d40991cec1b193abb926003c7fe1c0a5700f8 | |
parent | f4a971edf41032da98b4b00334be24f637e21540 [diff] |
Ensure that libjpeg-turbo headers are included On some systems, the build was picking up jpeglib.h from the system include directories, and if the system's version of libjpeg[-turbo] used a different API/ABI version than the one specified in JPEG_LIBRARY, this led to a "Wrong JPEG library version" error at run time.