summaryrefslogtreecommitdiff
path: root/jpegutils/jpegint.h
blob: 302c342dcf7b9ac5e22cbacd8d5562d1a412cde6 (plain)
1
2
3
4
5
6
7
/* Wrapper around jpegint.h for libjpeg-8. */

#if JPEG_LIB_VERSION >= 80
#include "jpegint-8a.h"
#else
/* Not needed in libjpeg < 8 */
#endif