Update bundled libjpeg to version 9e - cont'd

This commit is contained in:
ManoloFLTK 2023-01-17 14:08:57 +01:00
parent 3088a69c6e
commit 3774a0b0a9
2 changed files with 5 additions and 3 deletions

View File

@ -230,6 +230,8 @@ jpeg:
Makefile: Same as CMakeLists.txt.
fltk_jpeg_prefix.h: Generate on a Linux system and merge (see above).
jconfig.h: keep changes flagged with /* FLTK */
Note: more to come...

View File

@ -16,9 +16,9 @@
/* #undef void */
/* #undef const */
/* #undef CHAR_IS_UNSIGNED */
#define HAVE_STDDEF_H 1
/* #define HAVE_STDDEF_H 1 */ /* FLTK */
#define HAVE_STDLIB_H 1
#define HAVE_LOCALE_H 1
/* #define HAVE_LOCALE_H 1 */ /* FLTK */
/* #undef NEED_BSD_STRINGS */
/* #undef NEED_SYS_TYPES_H */
/* #undef NEED_FAR_POINTERS */
@ -43,7 +43,7 @@ typedef unsigned char boolean;
#ifdef JPEG_INTERNALS
/* #undef RIGHT_SHIFT_IS_UNSIGNED */
#define INLINE __inline__
/* #define INLINE __inline__ */ /* FLTK */
/* These are for configuring the JPEG memory manager. */
/* #undef DEFAULT_MAX_MEM */
/* #undef NO_MKTEMP */