-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConfigLocal.h
60 lines (42 loc) · 1.04 KB
/
ConfigLocal.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
// OpenMVS version
#define OpenMVS_MAJOR_VERSION 1
#define OpenMVS_MINOR_VERSION 1
#define OpenMVS_PATCH_VERSION 1
// OpenMVS compiled as static or dynamic libs
/* #undef BUILD_SHARED_LIBS */
// Define to 1 if you have the <inttypes.h> header file
#define HAVE_INTTYPES_H 1
// Define to 1 if exceptions are enabled
#define _HAS_EXCEPTIONS 1
// Define to 1 if RTTI is enabled
#define _HAS_RTTI 1
// OpenMP support
#define _USE_OPENMP
// BREAKPAD support
/* #undef _USE_BREAKPAD */
// Boost support
#define _USE_BOOST
// Eigen Matrix & Linear Algebra Library
#define _USE_EIGEN
// CERES optimization library
/* #undef _USE_CERES */
// JPEG codec
#define _USE_JPG
// PNG codec
#define _USE_PNG
// TIFF codec
#define _USE_TIFF
// OpenGL support
#define _USE_OPENGL
// OpenCL support
/* #undef _USE_OPENCL */
/* #undef _USE_OPENCL_STATIC */
/* #undef _USE_OPENCL_SVM */
// NVidia Cuda Runtime API
/* #undef _USE_CUDA */
// Fast float to int support
#define _USE_FAST_FLOAT2INT
// Fast CBRT support
#define _USE_FAST_CBRT
// SSE support
#define _USE_SSE