source: trunk/src/core/config.h.in @ 2408

Last change on this file since 2408 was 1873, checked in by dkearney, 14 years ago

adding video viewing widget. this requires ffmpeg and libav* friends. if the libs are not available, the widget won't be built

File size: 5.1 KB
Line 
1/* src/core/config.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/* Build rappture with ffmpeg widgets */
7#undef BUILD_with_ffmpeg
8
9/* Define to 1 if you have the <algorithm> header file. */
10#undef HAVE_ALGORITHM
11
12/* Define to 1 if you have the <assert.h> header file. */
13#undef HAVE_ASSERT_H
14
15/* Define to 1 if you have the <cctype> header file. */
16#undef HAVE_CCTYPE
17
18/* Define to 1 if you have the <cfloat> header file. */
19#undef HAVE_CFLOAT
20
21/* Define to 1 if you have the <cmath> header file. */
22#undef HAVE_CMATH
23
24/* Define to 1 if you have the <cstdio> header file. */
25#undef HAVE_CSTDIO
26
27/* Define to 1 if you have the <cstdlib> header file. */
28#undef HAVE_CSTDLIB
29
30/* Define to 1 if you have the <cstring> header file. */
31#undef HAVE_CSTRING
32
33/* Define to 1 if you have the <ctype.h> header file. */
34#undef HAVE_CTYPE_H
35
36/* Define to 1 if you have the <errno.h> header file. */
37#undef HAVE_ERRNO_H
38
39/* Define to 1 if you have the <ffmpeg/avcodec.h> header file. */
40#undef HAVE_FFMPEG_AVCODEC_H
41
42/* Define to 1 if you have the <ffmpeg/avformat.h> header file. */
43#undef HAVE_FFMPEG_AVFORMAT_H
44
45/* Define to 1 if you have the <ffmpeg/avutil.h> header file. */
46#undef HAVE_FFMPEG_AVUTIL_H
47
48/* Define to 1 if you have the <ffmpeg/swscale.h> header file. */
49#undef HAVE_FFMPEG_SWSCALE_H
50
51/* Define to 1 if you have the <float.h> header file. */
52#undef HAVE_FLOAT_H
53
54/* Define to 1 if you have the <fstream> header file. */
55#undef HAVE_FSTREAM
56
57/* Define to 1 if you have the `img_convert' function. */
58#undef HAVE_IMG_CONVERT
59
60/* Define to 1 if you have the <inttypes.h> header file. */
61#undef HAVE_INTTYPES_H
62
63/* Define to 1 if you have the <iostream> header file. */
64#undef HAVE_IOSTREAM
65
66/* Define to 1 if you have the <iterator> header file. */
67#undef HAVE_ITERATOR
68
69/* Define to 1 if you have the <libavcodec/avcodec.h> header file. */
70#undef HAVE_LIBAVCODEC_AVCODEC_H
71
72/* Define to 1 if you have the <libavformat/avformat.h> header file. */
73#undef HAVE_LIBAVFORMAT_AVFORMAT_H
74
75/* Define to 1 if you have the <libavutil/avutil.h> header file. */
76#undef HAVE_LIBAVUTIL_AVUTIL_H
77
78/* Define to 1 if you have the `m' library (-lm). */
79#undef HAVE_LIBM
80
81/* Define to 1 if you have the `stdc++' library (-lstdc++). */
82#undef HAVE_LIBSTDC__
83
84/* Define to 1 if you have the <libswscale/swscale.h> header file. */
85#undef HAVE_LIBSWSCALE_SWSCALE_H
86
87/* Define to 1 if you have the <limits.h> header file. */
88#undef HAVE_LIMITS_H
89
90/* Define to 1 if you have the <list> header file. */
91#undef HAVE_LIST
92
93/* Define to 1 if you have the <malloc.h> header file. */
94#undef HAVE_MALLOC_H
95
96/* Define to 1 if you have the <math.h> header file. */
97#undef HAVE_MATH_H
98
99/* Define to 1 if you have the <memory.h> header file. */
100#undef HAVE_MEMORY_H
101
102/* Define to 1 if you have the <sstream> header file. */
103#undef HAVE_SSTREAM
104
105/* Define to 1 if you have the <stack> header file. */
106#undef HAVE_STACK
107
108/* Define to 1 if you have the <stddef.h> header file. */
109#undef HAVE_STDDEF_H
110
111/* Define to 1 if you have the <stdint.h> header file. */
112#undef HAVE_STDINT_H
113
114/* Define to 1 if you have the <stdlib.h> header file. */
115#undef HAVE_STDLIB_H
116
117/* Define to 1 if you have the <string> header file. */
118#undef HAVE_STRING
119
120/* Define to 1 if you have the <strings.h> header file. */
121#undef HAVE_STRINGS_H
122
123/* Define to 1 if you have the <string.h> header file. */
124#undef HAVE_STRING_H
125
126/* Define to 1 if you have the `sws_scale' function. */
127#undef HAVE_SWS_SCALE
128
129/* Define to 1 if you have the `sysinfo' function. */
130#undef HAVE_SYSINFO
131
132/* Define to 1 if you have the <sys/stat.h> header file. */
133#undef HAVE_SYS_STAT_H
134
135/* Define to 1 if you have the <sys/sysinfo.h> header file. */
136#undef HAVE_SYS_SYSINFO_H
137
138/* Define to 1 if you have the <sys/types.h> header file. */
139#undef HAVE_SYS_TYPES_H
140
141/* Define to 1 if you have the <unistd.h> header file. */
142#undef HAVE_UNISTD_H
143
144/* Define to 1 if you have the <vector> header file. */
145#undef HAVE_VECTOR
146
147/* Define to the address where bug reports for this package should be sent. */
148#undef PACKAGE_BUGREPORT
149
150/* Define to the full name of this package. */
151#undef PACKAGE_NAME
152
153/* Define to the full name and version of this package. */
154#undef PACKAGE_STRING
155
156/* Define to the one symbol short name of this package. */
157#undef PACKAGE_TARNAME
158
159/* Define to the home page for this package. */
160#undef PACKAGE_URL
161
162/* Define to the version of this package. */
163#undef PACKAGE_VERSION
164
165/* The size of `int', as computed by sizeof. */
166#undef SIZEOF_INT
167
168/* The size of `long', as computed by sizeof. */
169#undef SIZEOF_LONG
170
171/* The size of `long long', as computed by sizeof. */
172#undef SIZEOF_LONG_LONG
173
174/* The size of `void *', as computed by sizeof. */
175#undef SIZEOF_VOID_P
176
177/* Define to 1 if you have the ANSI C header files. */
178#undef STDC_HEADERS
179
180/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
181   significant byte first (like Motorola and SPARC, unlike Intel). */
182#if defined AC_APPLE_UNIVERSAL_BUILD
183# if defined __BIG_ENDIAN__
184#  define WORDS_BIGENDIAN 1
185# endif
186#else
187# ifndef WORDS_BIGENDIAN
188#  undef WORDS_BIGENDIAN
189# endif
190#endif
Note: See TracBrowser for help on using the repository browser.