projects
/
profile
/
ivi
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f02c1ad
)
Fix libjasper build on 32-bit MinGW
author
Andrey Kamaev
<andrey.kamaev@itseez.com>
Thu, 30 Aug 2012 19:14:09 +0000
(23:14 +0400)
committer
Andrey Kamaev
<andrey.kamaev@itseez.com>
Thu, 30 Aug 2012 19:14:09 +0000
(23:14 +0400)
3rdparty/libjasper/jas_malloc.c
patch
|
blob
|
history
diff --git
a/3rdparty/libjasper/jas_malloc.c
b/3rdparty/libjasper/jas_malloc.c
index
0982036
..
abb3498
100644
(file)
--- a/
3rdparty/libjasper/jas_malloc.c
+++ b/
3rdparty/libjasper/jas_malloc.c
@@
-78,7
+78,7
@@
#include <string.h>
#include <limits.h>
#include <errno.h>
-#if
ndef _WIN32
+#if
!defined _WIN32 || defined __MINGW__ || defined __MINGW32__
#include <stdint.h>
#endif