source: trunk/packages/vizservers/nanovis/nvconf.h.in @ 2795

Last change on this file since 2795 was 2724, checked in by gah, 12 years ago

Addition checks for ffmeg

File size: 5.9 KB
Line 
1/* nanovis/nvconf.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define to 1 if you have the `accept4' function. */
7#undef HAVE_ACCEPT4
8
9/* Define to 1 if you have the <arpa/inet.h> header file. */
10#undef HAVE_ARPA_INET_H
11
12/* Define to 1 if you have the `avcodec_decode_video' function. */
13#undef HAVE_AVCODEC_DECODE_VIDEO
14
15/* Define to 1 if you have the `avcodec_decode_video2' function. */
16#undef HAVE_AVCODEC_DECODE_VIDEO2
17
18/* Define to 1 if you have the `avformat_alloc_context' function. */
19#undef HAVE_AVFORMAT_ALLOC_CONTEXT
20
21/* Define to 1 if you have the `avformat_open_input' function. */
22#undef HAVE_AVFORMAT_OPEN_INPUT
23
24/* Define to 1 if you have the `avformat_write_header' function. */
25#undef HAVE_AVFORMAT_WRITE_HEADER
26
27/* Define to 1 if you have the `avio_close' function. */
28#undef HAVE_AVIO_CLOSE
29
30/* Define to 1 if you have the `avio_open' function. */
31#undef HAVE_AVIO_OPEN
32
33/* Define if AVMEDIA_TYPE_VIDEO enum exists. */
34#undef HAVE_AVMEDIA_TYPE_VIDEO
35
36/* Define to 1 if you have the `av_alloc_format_context' function. */
37#undef HAVE_AV_ALLOC_FORMAT_CONTEXT
38
39/* Define to 1 if you have the `av_dump_format' function. */
40#undef HAVE_AV_DUMP_FORMAT
41
42/* Define to 1 if you have the `av_guess_format' function. */
43#undef HAVE_AV_GUESS_FORMAT
44
45/* Define to 1 if you have the `av_open_input_file' function. */
46#undef HAVE_AV_OPEN_INPUT_FILE
47
48/* Define to 1 if you have the `av_set_parameters' function. */
49#undef HAVE_AV_SET_PARAMETERS
50
51/* Define to 1 if you have the `av_write_header' function. */
52#undef HAVE_AV_WRITE_HEADER
53
54/* Define to 1 if you have the <Cg/cgGL.h> header file. */
55#undef HAVE_CG_CGGL_H
56
57/* Define to 1 if you have the `dump_format' function. */
58#undef HAVE_DUMP_FORMAT
59
60/* Define to 1 if you have the <dx/dx.h> header file. */
61#undef HAVE_DX_DX_H
62
63/* Define to 1 if you have the <ffmpeg/avcodec.h> header file. */
64#undef HAVE_FFMPEG_AVCODEC_H
65
66/* Define to 1 if you have the <ffmpeg/avformat.h> header file. */
67#undef HAVE_FFMPEG_AVFORMAT_H
68
69/* Define to 1 if you have the <ffmpeg/avutil.h> header file. */
70#undef HAVE_FFMPEG_AVUTIL_H
71
72/* Define to 1 if you have the `guess_format' function. */
73#undef HAVE_GUESS_FORMAT
74
75/* Define to 1 if you have the `img_convert' function. */
76#undef HAVE_IMG_CONVERT
77
78/* Define to 1 if you have the <inttypes.h> header file. */
79#undef HAVE_INTTYPES_H
80
81/* Define to 1 if you have the `avcodec' library (-lavcodec). */
82#undef HAVE_LIBAVCODEC
83
84/* Define to 1 if you have the <libavcodec/avcodec.h> header file. */
85#undef HAVE_LIBAVCODEC_AVCODEC_H
86
87/* Define to 1 if you have the `avformat' library (-lavformat). */
88#undef HAVE_LIBAVFORMAT
89
90/* Define to 1 if you have the <libavformat/avformat.h> header file. */
91#undef HAVE_LIBAVFORMAT_AVFORMAT_H
92
93/* Define to 1 if you have the `avutil' library (-lavutil). */
94#undef HAVE_LIBAVUTIL
95
96/* Define to 1 if you have the <libavutil/avutil.h> header file. */
97#undef HAVE_LIBAVUTIL_AVUTIL_H
98
99/* Define to 1 if you have the `highgui' library (-lhighgui). */
100#undef HAVE_LIBHIGHGUI
101
102/* Define to 1 if you have the `swscale' library (-lswscale). */
103#undef HAVE_LIBSWSCALE
104
105/* Define to 1 if you have the <memory.h> header file. */
106#undef HAVE_MEMORY_H
107
108/* Define to 1 if you have the <netdb.h> header file. */
109#undef HAVE_NETDB_H
110
111/* Define to 1 if you have the <netinet/in.h> header file. */
112#undef HAVE_NETINET_IN_H
113
114/* Define to 1 if you have the <opencv/cv.h> header file. */
115#undef HAVE_OPENCV_CV_H
116
117/* Define to 1 if you have the <opencv/highgui.h> header file. */
118#undef HAVE_OPENCV_HIGHGUI_H
119
120/* Define to 1 if you have the <Python.h> header file. */
121#undef HAVE_PYTHON_H
122
123/* Define to 1 if you have the <stdint.h> header file. */
124#undef HAVE_STDINT_H
125
126/* Define to 1 if you have the <stdio.h> header file. */
127#undef HAVE_STDIO_H
128
129/* Define to 1 if you have the <stdlib.h> header file. */
130#undef HAVE_STDLIB_H
131
132/* Define to 1 if you have the <strings.h> header file. */
133#undef HAVE_STRINGS_H
134
135/* Define to 1 if you have the <string.h> header file. */
136#undef HAVE_STRING_H
137
138/* Define to 1 if you have the `sws_scale' function. */
139#undef HAVE_SWS_SCALE
140
141/* Define to 1 if you have the <sys/socket.h> header file. */
142#undef HAVE_SYS_SOCKET_H
143
144/* Define to 1 if you have the <sys/stat.h> header file. */
145#undef HAVE_SYS_STAT_H
146
147/* Define to 1 if you have the <sys/time.h> header file. */
148#undef HAVE_SYS_TIME_H
149
150/* Define to 1 if you have the <sys/types.h> header file. */
151#undef HAVE_SYS_TYPES_H
152
153/* Define to 1 if you have the <unistd.h> header file. */
154#undef HAVE_UNISTD_H
155
156/* Define to 1 if you have the `url_fclose' function. */
157#undef HAVE_URL_FCLOSE
158
159/* Define to 1 if you have the `url_fopen' function. */
160#undef HAVE_URL_FOPEN
161
162/* Define to 1 if you have the <vtkSmartPointer.h> header file. */
163#undef HAVE_VTKSMARTPOINTER_H
164
165/* Define to the address where bug reports for this package should be sent. */
166#undef PACKAGE_BUGREPORT
167
168/* Define to the full name of this package. */
169#undef PACKAGE_NAME
170
171/* Define to the full name and version of this package. */
172#undef PACKAGE_STRING
173
174/* Define to the one symbol short name of this package. */
175#undef PACKAGE_TARNAME
176
177/* Define to the home page for this package. */
178#undef PACKAGE_URL
179
180/* Define to the version of this package. */
181#undef PACKAGE_VERSION
182
183/* The size of `float', as computed by sizeof. */
184#undef SIZEOF_FLOAT
185
186/* The size of `int', as computed by sizeof. */
187#undef SIZEOF_INT
188
189/* The size of `long', as computed by sizeof. */
190#undef SIZEOF_LONG
191
192/* The size of `long long', as computed by sizeof. */
193#undef SIZEOF_LONG_LONG
194
195/* The size of `void *', as computed by sizeof. */
196#undef SIZEOF_VOID_P
197
198/* Define to 1 if you have the ANSI C header files. */
199#undef STDC_HEADERS
200
201/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
202   significant byte first (like Motorola and SPARC, unlike Intel). */
203#if defined AC_APPLE_UNIVERSAL_BUILD
204# if defined __BIG_ENDIAN__
205#  define WORDS_BIGENDIAN 1
206# endif
207#else
208# ifndef WORDS_BIGENDIAN
209#  undef WORDS_BIGENDIAN
210# endif
211#endif
Note: See TracBrowser for help on using the repository browser.