]> rtime.felk.cvut.cz Git - opencv.git/blob - opencv/cvconfig.h.cmake
repaired MoG background subtraction algorithm (tickets #32, #246) ; added camera...
[opencv.git] / opencv / 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 /* V4L capturing support */
17 #cmakedefine HAVE_CAMV4L
18
19 /* V4L2 capturing support */
20 #cmakedefine HAVE_CAMV4L2
21
22 /* Carbon windowing environment */
23 #cmakedefine HAVE_CARBON
24
25 /* IEEE1394 capturing support */
26 #cmakedefine HAVE_DC1394
27
28 /* libdc1394 0.9.4 or 0.9.5 */
29 #cmakedefine HAVE_DC1394_095
30
31 /* IEEE1394 capturing support - libdc1394 v2.x */
32 #cmakedefine HAVE_DC1394_2
33
34 /* ffmpeg in Gentoo */
35 #cmakedefine HAVE_GENTOO_FFMPEG
36
37 /* FFMpeg video library */
38 #cmakedefine  HAVE_FFMPEG
39
40 /* ffmpeg's libswscale */
41 #cmakedefine  HAVE_FFMPEG_SWSCALE
42
43 /* GStreamer multimedia framework */
44 #cmakedefine  HAVE_GSTREAMER
45
46 /* GStreamer with gstappsink & gstappsrc */
47 #cmakedefine  HAVE_GSTREAMER_APP
48
49 /* GTK+ 2.0 Thread support */
50 #cmakedefine  HAVE_GTHREAD
51
52 /* GTK+ 2.x toolkit */
53 #cmakedefine  HAVE_GTK
54
55 /* OpenEXR codec */
56 #cmakedefine  HAVE_ILMIMF
57
58 /* Apple ImageIO Framework */
59 #cmakedefine  HAVE_IMAGEIO
60
61 /* Define to 1 if you have the <inttypes.h> header file. */
62 #cmakedefine  HAVE_INTTYPES_H 1
63
64 /* JPEG-2000 codec */
65 #cmakedefine  HAVE_JASPER
66
67 /* IJG JPEG codec */
68 #cmakedefine  HAVE_JPEG
69
70 /* Define to 1 if you have the `dl' library (-ldl). */
71 #cmakedefine  HAVE_LIBDL 1
72
73 /* Define to 1 if you have the `gomp' library (-lgomp). */
74 #cmakedefine  HAVE_LIBGOMP 1
75
76 /* Define to 1 if you have the `m' library (-lm). */
77 #cmakedefine  HAVE_LIBM 1
78
79 /* libpng/png.h needs to be included */
80 #cmakedefine  HAVE_LIBPNG_PNG_H
81
82 /* Define to 1 if you have the `pthread' library (-lpthread). */
83 #cmakedefine  HAVE_LIBPTHREAD 1
84
85 /* Define to 1 if you have the `lrint' function. */
86 #cmakedefine  HAVE_LRINT 1
87
88 /* PNG codec */
89 #cmakedefine  HAVE_PNG
90
91 /* Define to 1 if you have the `png_get_valid' function. */
92 #cmakedefine  HAVE_PNG_GET_VALID 1
93
94 /* png.h needs to be included */
95 #cmakedefine  HAVE_PNG_H
96
97 /* Define to 1 if you have the `png_set_tRNS_to_alpha' function. */
98 #cmakedefine  HAVE_PNG_SET_TRNS_TO_ALPHA 1
99
100 /* QuickTime video libraries */
101 #cmakedefine  HAVE_QUICKTIME
102
103 /* TIFF codec */
104 #cmakedefine  HAVE_TIFF
105
106 /* Unicap video capture library */
107 #cmakedefine  HAVE_UNICAP
108
109 /* Define to 1 if you have the <unistd.h> header file. */
110 #cmakedefine  HAVE_UNISTD_H 1
111
112 /* Xine video library */
113 #cmakedefine  HAVE_XINE
114
115 /* LZ77 compression/decompression library (used for PNG) */
116 #cmakedefine  HAVE_ZLIB
117
118 /* Intel Integrated Performance Primitives */
119 #cmakedefine  HAVE_IPP
120
121 /* OpenCV compiled as static or dynamic libs */
122 #cmakedefine  OPENCV_BUILD_SHARED_LIB
123
124 /* Name of package */
125 #define  PACKAGE "${PACKAGE}"
126
127 /* Define to the address where bug reports for this package should be sent. */
128 #define  PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
129
130 /* Define to the full name of this package. */
131 #define  PACKAGE_NAME "${PACKAGE_NAME}"
132
133 /* Define to the full name and version of this package. */
134 #define  PACKAGE_STRING "${PACKAGE_STRING}"
135
136 /* Define to the one symbol short name of this package. */
137 #define  PACKAGE_TARNAME "${PACKAGE_TARNAME}"
138
139 /* Define to the version of this package. */
140 #define  PACKAGE_VERSION "${PACKAGE_VERSION}"
141
142 /* If using the C implementation of alloca, define if you know the
143    direction of stack growth for your system; otherwise it will be
144    automatically deduced at runtime.
145         STACK_DIRECTION > 0 => grows toward higher addresses
146         STACK_DIRECTION < 0 => grows toward lower addresses
147         STACK_DIRECTION = 0 => direction of growth unknown */
148 #cmakedefine  STACK_DIRECTION
149
150 /* Version number of package */
151 #define  VERSION "${PACKAGE_VERSION}"
152
153 /* Define to 1 if your processor stores words with the most significant byte
154    first (like Motorola and SPARC, unlike Intel and VAX). */
155 #cmakedefine  WORDS_BIGENDIAN
156
157 /* Intel Threading Building Blocks */
158 #cmakedefine  HAVE_TBB