Merge pull request #1620 from gepatto/8.2.0-Dev
Fix SIZEOF_SIZE_T in jpeg for RaspberryPi
This commit is contained in:
@@ -23,7 +23,11 @@
|
||||
#define VERSION "2.0.7"
|
||||
|
||||
/* The size of `size_t', as computed by sizeof. */
|
||||
#if defined(RASPBERRYPI)
|
||||
#define SIZEOF_SIZE_T 4
|
||||
#else
|
||||
#define SIZEOF_SIZE_T 8
|
||||
#endif
|
||||
|
||||
/* Define if your compiler has __builtin_ctzl() and sizeof(unsigned long) == sizeof(size_t). */
|
||||
#ifndef HX_WINDOWS
|
||||
|
||||
Reference in New Issue
Block a user