parent
ec88fc9714
commit
8f8b58073d
@ -1,3 +1,4 @@
|
||||
/libjpeg-turbo-1.1.1.tar.gz
|
||||
/libjpeg-turbo-1.2.1.tar.gz
|
||||
/libjpeg-turbo-1.2.90.tar.gz
|
||||
/libjpeg-turbo-1.3.0.tar.gz
|
||||
|
@ -0,0 +1,31 @@
|
||||
--- libjpeg-turbo-1.3.0/win/jconfig.h.in.orig 2013-08-03 21:52:45.115856655 +0200
|
||||
+++ libjpeg-turbo-1.3.0/win/jconfig.h.in 2013-08-03 21:53:40.335912080 +0200
|
||||
@@ -7,14 +7,14 @@
|
||||
#cmakedefine D_ARITH_CODING_SUPPORTED
|
||||
#cmakedefine MEM_SRCDST_SUPPORTED
|
||||
|
||||
-#define HAVE_PROTOTYPES
|
||||
-#define HAVE_UNSIGNED_CHAR
|
||||
-#define HAVE_UNSIGNED_SHORT
|
||||
+#define HAVE_PROTOTYPES 1
|
||||
+#define HAVE_UNSIGNED_CHAR 1
|
||||
+#define HAVE_UNSIGNED_SHORT 1
|
||||
/* #define void char */
|
||||
/* #define const */
|
||||
#undef CHAR_IS_UNSIGNED
|
||||
-#define HAVE_STDDEF_H
|
||||
-#define HAVE_STDLIB_H
|
||||
+#define HAVE_STDDEF_H 1
|
||||
+#define HAVE_STDLIB_H 1
|
||||
#undef NEED_BSD_STRINGS
|
||||
#undef NEED_SYS_TYPES_H
|
||||
#undef NEED_FAR_POINTERS /* we presume a 32-bit flat memory model */
|
||||
@@ -25,7 +25,7 @@
|
||||
#ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
|
||||
typedef unsigned char boolean;
|
||||
#endif
|
||||
-#define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
|
||||
+#define HAVE_BOOLEAN 1 /* prevent jmorecfg.h from redefining it */
|
||||
|
||||
/* Define "INT32" as int, not long, per Windows custom */
|
||||
#if !(defined(_BASETSD_H_) || defined(_BASETSD_H)) /* don't conflict if basetsd.h already read */
|
Loading…
Reference in new issue