mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
flattened flann directory structure; patched zlib to build with Android NDK
This commit is contained in:
Vendored
+5
-1
@@ -19,7 +19,7 @@
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include "zlib.h"
|
||||
#include "zutil.h"
|
||||
#ifdef STDC
|
||||
# include <string.h>
|
||||
# include <stdlib.h>
|
||||
@@ -36,6 +36,10 @@
|
||||
# define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifndef local
|
||||
# define local static
|
||||
#endif
|
||||
|
||||
Vendored
+7
@@ -21,6 +21,13 @@
|
||||
|
||||
#include "zlib.h"
|
||||
|
||||
#ifdef __arm__
|
||||
# define z_off64_t z_off_t
|
||||
#endif
|
||||
#ifndef Z_TREES
|
||||
#define Z_TREES 6
|
||||
#endif
|
||||
|
||||
#ifdef STDC
|
||||
# if !(defined(_WIN32_WCE) && defined(_MSC_VER))
|
||||
# include <stddef.h>
|
||||
|
||||
Reference in New Issue
Block a user