Release 1.1.1
[platform/upstream/gstreamer.git] / win32 / common / config.h
1 /* Autogenerated config.h created for win32 Visual Studio builds */
2
3 /* PREFIX -- specifically added for Windows for easier moving */
4 #define PREFIX "C:\\gstreamer"
5
6 /* Define if building universal (internal helper macro) */
7 #undef AC_APPLE_UNIVERSAL_BUILD
8
9 /* The implementation that should be used for integer audio resampling witll
10    be benchmarked at runtime */
11 #undef AUDIORESAMPLE_FORMAT_AUTO
12
13 /* The float implementation should be used for integer audio resampling */
14 #undef AUDIORESAMPLE_FORMAT_FLOAT
15
16 /* The int implementation should be used for integer audio resampling */
17 #undef AUDIORESAMPLE_FORMAT_INT
18
19 /* defined if cdda headers are in a cdda/ directory */
20 #undef CDPARANOIA_HEADERS_IN_DIR
21
22 /* Default audio sink */
23 #define DEFAULT_AUDIOSINK "directsoundsink"
24
25 /* Default audio source */
26 #undef DEFAULT_AUDIOSRC
27
28 /* Default video sink */
29 #define DEFAULT_VIDEOSINK "directdrawsink"
30
31 /* Default video source */
32 #undef DEFAULT_VIDEOSRC
33
34 /* Default visualizer */
35 #define DEFAULT_VISUALIZER "goom"
36
37 /* Disable Orc */
38 #undef DISABLE_ORC
39
40 /* Define to 1 if translation of program messages to the user's native
41    language is requested. */
42 #undef ENABLE_NLS
43
44 /* gettext package name */
45 #define GETTEXT_PACKAGE "gst-plugins-base-1.0"
46
47 /* The GIO library directory. */
48 #undef GIO_LIBDIR
49
50 /* The GIO modules directory. */
51 #undef GIO_MODULE_DIR
52
53 /* major/minor version */
54 #define GST_API_VERSION "1.0"
55
56 /* system wide data directory */
57 #define GST_DATADIR PREFIX "\\share"
58
59 /* set to disable libxml2-dependent code in subparse */
60 #undef GST_DISABLE_XML
61
62 /* Extra platform specific plugin suffix */
63 #undef GST_EXTRA_MODULE_SUFFIX
64
65 /* macro to use to show function name */
66 #undef GST_FUNCTION
67
68 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
69 #undef GST_GCOV_ENABLED
70
71 /* Defined when registry scanning through fork is unsafe */
72 #undef GST_HAVE_UNSAFE_FORK
73
74 /* plugin install helper script */
75 #define GST_INSTALL_PLUGINS_HELPER PREFIX "\\libexec\\gst-install-plugins-helper.exe"
76
77 /* Default errorlevel to use */
78 #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
79
80 /* GStreamer license */
81 #define GST_LICENSE "LGPL"
82
83 /* package name in plugins */
84 #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
85
86 /* package origin */
87 #define GST_PACKAGE_ORIGIN "Unknown package origin"
88
89 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
90 #define GST_PACKAGE_RELEASE_DATETIME "2013-06-05"
91
92 /* Define if static plugins should be built */
93 #undef GST_PLUGIN_BUILD_STATIC
94
95 /* Define to enable ALSA (used by alsa). */
96 #undef HAVE_ALSA
97
98 /* ARM NEON support is enabled */
99 #undef HAVE_ARM_NEON
100
101 /* Define to enable CDParanoia (used by cdparanoia). */
102 #undef HAVE_CDPARANOIA
103
104 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
105    CoreFoundation framework. */
106 #undef HAVE_CFLOCALECOPYCURRENT
107
108 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
109    the CoreFoundation framework. */
110 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
111
112 /* Define if the target CPU is an Alpha */
113 #undef HAVE_CPU_ALPHA
114
115 /* Define if the target CPU is an ARM */
116 #undef HAVE_CPU_ARM
117
118 /* Define if the target CPU is a CRIS */
119 #undef HAVE_CPU_CRIS
120
121 /* Define if the target CPU is a CRISv32 */
122 #undef HAVE_CPU_CRISV32
123
124 /* Define if the target CPU is a HPPA */
125 #undef HAVE_CPU_HPPA
126
127 /* Define if the target CPU is an x86 */
128 #define HAVE_CPU_I386 1
129
130 /* Define if the target CPU is a IA64 */
131 #undef HAVE_CPU_IA64
132
133 /* Define if the target CPU is a M68K */
134 #undef HAVE_CPU_M68K
135
136 /* Define if the target CPU is a MIPS */
137 #undef HAVE_CPU_MIPS
138
139 /* Define if the target CPU is a PowerPC */
140 #undef HAVE_CPU_PPC
141
142 /* Define if the target CPU is a 64 bit PowerPC */
143 #undef HAVE_CPU_PPC64
144
145 /* Define if the target CPU is a S390 */
146 #undef HAVE_CPU_S390
147
148 /* Define if the target CPU is a SPARC */
149 #undef HAVE_CPU_SPARC
150
151 /* Define if the target CPU is a x86_64 */
152 #undef HAVE_CPU_X86_64
153
154 /* Define if the GNU dcgettext() function is already present or preinstalled.
155    */
156 #undef HAVE_DCGETTEXT
157
158 /* Define to 1 if you have the <dlfcn.h> header file. */
159 #undef HAVE_DLFCN_H
160
161 /* Define to 1 if you have the <emmintrin.h> header file. */
162 #undef HAVE_EMMINTRIN_H
163
164 /* Define to enable building of experimental plug-ins. */
165 #undef HAVE_EXPERIMENTAL
166
167 /* Define to enable building of plug-ins with external deps. */
168 #undef HAVE_EXTERNAL
169
170 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
171 #undef HAVE_FSEEKO
172
173 /* defined if the compiler implements __func__ */
174 #undef HAVE_FUNC
175
176 /* defined if the compiler implements __FUNCTION__ */
177 #undef HAVE_FUNCTION
178
179 /* Define if the GNU gettext() function is already present or preinstalled. */
180 #undef HAVE_GETTEXT
181
182 /* Define to 1 if you have the `gmtime_r' function. */
183 #undef HAVE_GMTIME_R
184
185 /* Define if you have the iconv() function and it works. */
186 #undef HAVE_ICONV
187
188 /* Define to 1 if you have the <inttypes.h> header file. */
189 #undef HAVE_INTTYPES_H
190
191 /* make use of iso-codes for ISO-639 */
192 #undef HAVE_ISO_CODES
193
194 /* Define to enable integer vorbis plug-in (used by ivorbisdec). */
195 #undef HAVE_IVORBIS
196
197 /* Define to 1 if you have the `asound' library (-lasound). */
198 #undef HAVE_LIBASOUND
199
200 /* Define to enable libvisual visualization library (used by libvisual). */
201 #undef HAVE_LIBVISUAL
202
203 /* Define to 1 if you have the `localtime_r' function. */
204 #undef HAVE_LOCALTIME_R
205
206 /* Define to 1 if you have the `log2' function. */
207 #undef HAVE_LOG2
208
209 /* Define if you have C99's lrint function. */
210 #undef HAVE_LRINT
211
212 /* Define if you have C99's lrintf function. */
213 #undef HAVE_LRINTF
214
215 /* Define to 1 if you have the <memory.h> header file. */
216 #undef HAVE_MEMORY_H
217
218 /* Defined if mmap is supported */
219 #undef HAVE_MMAP
220
221 /* Define to enable Xiph Ogg library (used by ogg). */
222 #undef HAVE_OGG
223
224 /* Use Orc */
225 #undef HAVE_ORC
226
227 /* Defined if compiling for OSX */
228 #undef HAVE_OSX
229
230 /* Define to enable Pango font rendering (used by pango). */
231 #undef HAVE_PANGO
232
233 /* defined if the compiler implements __PRETTY_FUNCTION__ */
234 #undef HAVE_PRETTY_FUNCTION
235
236 /* Define to 1 if you have the <process.h> header file. */
237 #define HAVE_PROCESS_H 1
238
239 /* Define if RDTSC is available */
240 #undef HAVE_RDTSC
241
242 /* Define to 1 if you have the <stdint.h> header file. */
243 #undef HAVE_STDINT_H
244
245 /* Define to 1 if you have the <stdlib.h> header file. */
246 #define HAVE_STDLIB_H 1
247
248 /* Define to 1 if you have the <strings.h> header file. */
249 #undef HAVE_STRINGS_H
250
251 /* Define to 1 if you have the <string.h> header file. */
252 #define HAVE_STRING_H 1
253
254 /* Define to 1 if you have the <sys/socket.h> header file. */
255 #undef HAVE_SYS_SOCKET_H
256
257 /* Define to 1 if you have the <sys/stat.h> header file. */
258 #define HAVE_SYS_STAT_H 1
259
260 /* Define to 1 if you have the <sys/types.h> header file. */
261 #define HAVE_SYS_TYPES_H 1
262
263 /* Define to 1 if you have the <sys/wait.h> header file. */
264 #undef HAVE_SYS_WAIT_H
265
266 /* Define to enable Xiph Theora video codec (used by theora). */
267 #undef HAVE_THEORA
268
269 /* Define to 1 if you have the <unistd.h> header file. */
270 #undef HAVE_UNISTD_H
271
272 /* Define if valgrind should be used */
273 #undef HAVE_VALGRIND
274
275 /* Define to enable Xiph Vorbis audio codec (used by vorbis). */
276 #undef HAVE_VORBIS
277
278 /* defined if vorbis_synthesis_restart is present */
279 #undef HAVE_VORBIS_SYNTHESIS_RESTART
280
281 /* Defined if compiling for Windows */
282 #define HAVE_WIN32 1
283
284 /* Define to enable X libraries and plugins (used by ximagesink). */
285 #undef HAVE_X
286
287 /* Define to 1 if you have the <xmmintrin.h> header file. */
288 #undef HAVE_XMMINTRIN_H
289
290 /* Define to enable X Shared Memory extension. */
291 #undef HAVE_XSHM
292
293 /* Define to enable X11 XVideo extensions (used by xvimagesink). */
294 #undef HAVE_XVIDEO
295
296 /* Define to enable zlib support for ID3 parsing in libgsttag. */
297 #undef HAVE_ZLIB
298
299 /* the host CPU */
300 #define HOST_CPU "i686"
301
302 /* prefix */
303 #undef ISO_CODES_PREFIX
304
305 /* */
306 #undef ISO_CODES_VERSION
307
308 /* directory in which the detected libvisual's plugins are located */
309 #undef LIBVISUAL_PLUGINSBASEDIR
310
311 /* gettext locale dir */
312 #define LOCALEDIR PREFIX "\\share\\locale"
313
314 /* Define to the sub-directory in which libtool stores uninstalled libraries.
315    */
316 #undef LT_OBJDIR
317
318 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
319 #undef NO_MINUS_C_MINUS_O
320
321 /* Name of package */
322 #define PACKAGE "gst-plugins-base"
323
324 /* Define to the address where bug reports for this package should be sent. */
325 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
326
327 /* Define to the full name of this package. */
328 #define PACKAGE_NAME "GStreamer Base Plug-ins"
329
330 /* Define to the full name and version of this package. */
331 #define PACKAGE_STRING "GStreamer Base Plug-ins 1.1.1"
332
333 /* Define to the one symbol short name of this package. */
334 #define PACKAGE_TARNAME "gst-plugins-base"
335
336 /* Define to the home page for this package. */
337 #undef PACKAGE_URL
338
339 /* Define to the version of this package. */
340 #define PACKAGE_VERSION "1.1.1"
341
342 /* directory where plugins are located */
343 #ifdef _DEBUG
344 #  define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.11"
345 #else
346 #  define PLUGINDIR PREFIX "\\lib\\gstreamer-0.11"
347 #endif
348
349 /* The size of `char', as computed by sizeof. */
350 #undef SIZEOF_CHAR
351
352 /* The size of `int', as computed by sizeof. */
353 #undef SIZEOF_INT
354
355 /* The size of `long', as computed by sizeof. */
356 #undef SIZEOF_LONG
357
358 /* The size of `short', as computed by sizeof. */
359 #undef SIZEOF_SHORT
360
361 /* The size of `void*', as computed by sizeof. */
362 #undef SIZEOF_VOIDP
363
364 /* Define to 1 if you have the ANSI C header files. */
365 #undef STDC_HEADERS
366
367 /* the target CPU */
368 #undef TARGET_CPU
369
370 /* "Define if building for android" */
371 #undef USE_TREMOLO
372
373 /* Version number of package */
374 #define VERSION "1.1.1"
375
376 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
377    significant byte first (like Motorola and SPARC, unlike Intel). */
378 #if defined AC_APPLE_UNIVERSAL_BUILD
379 # if defined __BIG_ENDIAN__
380 #  define WORDS_BIGENDIAN 1
381 # endif
382 #else
383 # ifndef WORDS_BIGENDIAN
384 #  undef WORDS_BIGENDIAN
385 # endif
386 #endif
387
388 /* Define to 1 if the X Window System is missing or not being used. */
389 #undef X_DISPLAY_MISSING
390
391 /* Enable large inode numbers on Mac OS X 10.5.  */
392 #ifndef _DARWIN_USE_64_BIT_INODE
393 # define _DARWIN_USE_64_BIT_INODE 1
394 #endif
395
396 /* Number of bits in a file offset, on hosts where this is settable. */
397 #undef _FILE_OFFSET_BITS
398
399 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
400 #undef _LARGEFILE_SOURCE
401
402 /* Define for large files, on AIX-style hosts. */
403 #undef _LARGE_FILES
404
405 /* We need at least WinXP SP2 for __stat64 */
406 #undef __MSVCRT_VERSION__