libs: fixed jpegturbo config define for unix compilation

This commit is contained in:
Remy Marquis 2019-12-26 23:28:07 +01:00
parent d2c5baf089
commit 3c0bd98046

View file

@ -49,10 +49,10 @@
#cmakedefine NEED_BSD_STRINGS 1
/* Define to 1 if the system has the type `unsigned char'. */
#cmakedefine HAVE_UNSIGNED_CHAR 1
#define HAVE_UNSIGNED_CHAR 1
/* Define to 1 if the system has the type `unsigned short'. */
#cmakedefine HAVE_UNSIGNED_SHORT 1
#define HAVE_UNSIGNED_SHORT 1
/* Compiler does not support pointers to undefined structures. */
#cmakedefine INCOMPLETE_TYPES_BROKEN 1