libs: added required libjpeg-turbo definitions for Windows

This commit is contained in:
Remy Marquis 2017-07-01 20:32:09 +02:00
parent 5d9f912930
commit 36a07c51dc

View file

@ -1,14 +1,14 @@
/* libjpeg-turbo build number */
#undef BUILD
#define BUILD 0
/* How to obtain function inlining. */
#define INLINE __inline
/* Define to the full name of this package. */
#undef PACKAGE_NAME
#define PACKAGE_NAME libjpeg-turbo
/* Version number of package */
#undef VERSION
#define VERSION 1.5.1
/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T