save_jpeg: Use TRUE instead of true
In some verisons on jpeg, TRUE is an enum, and so `true` fails because it is not of the enum's type. Now, all the libjpeg calls use TRUE/FALSE. Fixes https://github.com/davisking/dlib/issues/129
Showing
Please
register
or
sign in
to comment