CLAHE Python bindings
[profile/ivi/opencv.git] / cmake / templates / cvconfig.h.cmake
1 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
2    systems. This function is required for `alloca.c' support on those systems.
3    */
4 #cmakedefine  CRAY_STACKSEG_END
5
6 /* Define to 1 if using `alloca.c'. */
7 #cmakedefine C_ALLOCA
8
9 /* Define to 1 if you have `alloca', as a function or macro. */
10 #cmakedefine HAVE_ALLOCA 1
11
12 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
13    */
14 #cmakedefine HAVE_ALLOCA_H 1
15
16 /* Video for Windows support */
17 #cmakedefine HAVE_VFW
18
19 /* V4L capturing support */
20 #cmakedefine HAVE_CAMV4L
21
22 /* V4L2 capturing support */
23 #cmakedefine HAVE_CAMV4L2
24
25 /* V4L2 capturing support in videoio.h */
26 #cmakedefine HAVE_VIDEOIO
27
28 /* V4L/V4L2 capturing support via libv4l */
29 #cmakedefine HAVE_LIBV4L
30
31 /* Carbon windowing environment */
32 #cmakedefine HAVE_CARBON
33
34 /* IEEE1394 capturing support */
35 #cmakedefine HAVE_DC1394
36
37 /* libdc1394 0.9.4 or 0.9.5 */
38 #cmakedefine HAVE_DC1394_095
39
40 /* IEEE1394 capturing support - libdc1394 v2.x */
41 #cmakedefine HAVE_DC1394_2
42
43 /* ffmpeg in Gentoo */
44 #cmakedefine HAVE_GENTOO_FFMPEG
45
46 /* FFMpeg video library */
47 #cmakedefine  HAVE_FFMPEG
48
49 /* FFMpeg version flag */
50 #cmakedefine  NEW_FFMPEG
51
52 /* ffmpeg's libswscale */
53 #cmakedefine  HAVE_FFMPEG_SWSCALE
54
55 /* GStreamer multimedia framework */
56 #cmakedefine  HAVE_GSTREAMER
57
58 /* GTK+ 2.0 Thread support */
59 #cmakedefine  HAVE_GTHREAD
60
61 /* Win32 UI */
62 #cmakedefine HAVE_WIN32UI
63
64 /* GTK+ 2.x toolkit */
65 #cmakedefine  HAVE_GTK
66
67 /* OpenEXR codec */
68 #cmakedefine  HAVE_ILMIMF
69
70 /* Apple ImageIO Framework */
71 #cmakedefine  HAVE_IMAGEIO
72
73 /* Define to 1 if you have the <inttypes.h> header file. */
74 #cmakedefine  HAVE_INTTYPES_H 1
75
76 /* JPEG-2000 codec */
77 #cmakedefine  HAVE_JASPER
78
79 /* IJG JPEG codec */
80 #cmakedefine  HAVE_JPEG
81
82 /* Define to 1 if you have the `dl' library (-ldl). */
83 #cmakedefine  HAVE_LIBDL 1
84
85 /* Define to 1 if you have the `gomp' library (-lgomp). */
86 #cmakedefine  HAVE_LIBGOMP 1
87
88 /* Define to 1 if you have the `m' library (-lm). */
89 #cmakedefine  HAVE_LIBM 1
90
91 /* libpng/png.h needs to be included */
92 #cmakedefine  HAVE_LIBPNG_PNG_H
93
94 /* Define to 1 if you have the `pthread' library (-lpthread). */
95 #cmakedefine  HAVE_LIBPTHREAD 1
96
97 /* Define to 1 if you have the `lrint' function. */
98 #cmakedefine  HAVE_LRINT 1
99
100 /* PNG codec */
101 #cmakedefine  HAVE_PNG
102
103 /* Define to 1 if you have the `png_get_valid' function. */
104 #cmakedefine  HAVE_PNG_GET_VALID 1
105
106 /* png.h needs to be included */
107 #cmakedefine  HAVE_PNG_H
108
109 /* Define to 1 if you have the `png_set_tRNS_to_alpha' function. */
110 #cmakedefine  HAVE_PNG_SET_TRNS_TO_ALPHA 1
111
112 /* QuickTime video libraries */
113 #cmakedefine  HAVE_QUICKTIME
114
115 /* AVFoundation video libraries */
116 #cmakedefine  HAVE_AVFOUNDATION
117
118 /* TIFF codec */
119 #cmakedefine  HAVE_TIFF
120
121 /* Unicap video capture library */
122 #cmakedefine  HAVE_UNICAP
123
124 /* Define to 1 if you have the <unistd.h> header file. */
125 #cmakedefine  HAVE_UNISTD_H 1
126
127 /* Xine video library */
128 #cmakedefine  HAVE_XINE
129
130 /* OpenNI library */
131 #cmakedefine  HAVE_OPENNI
132
133 /* LZ77 compression/decompression library (used for PNG) */
134 #cmakedefine  HAVE_ZLIB
135
136 /* Intel Integrated Performance Primitives */
137 #cmakedefine  HAVE_IPP
138
139 /* OpenCV compiled as static or dynamic libs */
140 #cmakedefine  BUILD_SHARED_LIBS
141
142 /* Name of package */
143 #define  PACKAGE "${PACKAGE}"
144
145 /* Define to the address where bug reports for this package should be sent. */
146 #define  PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
147
148 /* Define to the full name of this package. */
149 #define  PACKAGE_NAME "${PACKAGE_NAME}"
150
151 /* Define to the full name and version of this package. */
152 #define  PACKAGE_STRING "${PACKAGE_STRING}"
153
154 /* Define to the one symbol short name of this package. */
155 #define  PACKAGE_TARNAME "${PACKAGE_TARNAME}"
156
157 /* Define to the version of this package. */
158 #define  PACKAGE_VERSION "${PACKAGE_VERSION}"
159
160 /* If using the C implementation of alloca, define if you know the
161    direction of stack growth for your system; otherwise it will be
162    automatically deduced at runtime.
163     STACK_DIRECTION > 0 => grows toward higher addresses
164     STACK_DIRECTION < 0 => grows toward lower addresses
165     STACK_DIRECTION = 0 => direction of growth unknown */
166 #cmakedefine  STACK_DIRECTION
167
168 /* Version number of package */
169 #define  VERSION "${PACKAGE_VERSION}"
170
171 /* Define to 1 if your processor stores words with the most significant byte
172    first (like Motorola and SPARC, unlike Intel and VAX). */
173 #cmakedefine  WORDS_BIGENDIAN
174
175 /* Intel Threading Building Blocks */
176 #cmakedefine  HAVE_TBB
177
178 /* C= */
179 #cmakedefine  HAVE_CSTRIPES
180
181 /* Eigen Matrix & Linear Algebra Library */
182 #cmakedefine  HAVE_EIGEN
183
184 /* NVidia Cuda Runtime API*/
185 #cmakedefine HAVE_CUDA
186
187 /* NVidia Cuda Fast Fourier Transform (FFT) API*/
188 #cmakedefine HAVE_CUFFT
189
190 /* NVidia Cuda Basic Linear Algebra Subprograms (BLAS) API*/
191 #cmakedefine HAVE_CUBLAS
192
193 /* NVidia Video Decoding API*/
194 #cmakedefine HAVE_NVCUVID
195
196 /* Compile for 'real' NVIDIA GPU architectures */
197 #define CUDA_ARCH_BIN "${OPENCV_CUDA_ARCH_BIN}"
198
199 /* Compile for 'virtual' NVIDIA PTX architectures */
200 #define CUDA_ARCH_PTX "${OPENCV_CUDA_ARCH_PTX}"
201
202 /* NVIDIA GPU features are used */
203 #define CUDA_ARCH_FEATURES "${OPENCV_CUDA_ARCH_FEATURES}"
204
205 /* Create PTX or BIN for 1.0 compute capability */
206 #cmakedefine CUDA_ARCH_BIN_OR_PTX_10
207
208 /* OpenCL Support */
209 #cmakedefine HAVE_OPENCL
210
211 /* AMD's OpenCL Fast Fourier Transform Library*/
212 #cmakedefine HAVE_CLAMDFFT
213
214 /* AMD's Basic Linear Algebra Subprograms Library*/
215 #cmakedefine HAVE_CLAMDBLAS
216
217 /* DirectShow Video Capture library */
218 #cmakedefine HAVE_DSHOW
219
220 /* Microsoft Media Foundation Capture library */
221 #cmakedefine HAVE_MSMF
222
223 /* XIMEA camera support */
224 #cmakedefine HAVE_XIMEA
225
226 /* OpenGL support*/
227 #cmakedefine HAVE_OPENGL
228
229 /* Clp support */
230 #cmakedefine HAVE_CLP