• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Disable Orc */
7#undef DISABLE_ORC
8
9/* The GIO library directory. */
10#undef GIO_LIBDIR
11
12/* The GIO modules directory. */
13#undef GIO_MODULE_DIR
14
15/* The GIO install prefix. */
16#undef GIO_PREFIX
17
18/* Define if extra runtime checks should be enabled */
19#undef GST_ENABLE_EXTRA_CHECKS
20
21/* Defined if gcov is enabled to force a rebuild due to config.h changing */
22#undef GST_GCOV_ENABLED
23
24/* Default errorlevel to use */
25#undef GST_LEVEL_DEFAULT
26
27/* Defined if building a GPL-licensed version of gst-libav */
28#undef GST_LIBAV_ENABLE_GPL
29
30/* package name in plugins */
31#undef GST_PACKAGE_NAME
32
33/* package origin */
34#undef GST_PACKAGE_ORIGIN
35
36/* Define to 1 if you have the <avi.h> header file. */
37#undef HAVE_AVI_H
38
39/* Define if the target CPU is AARCH64 */
40#undef HAVE_CPU_AARCH64
41
42/* Define if the target CPU is an Alpha */
43#undef HAVE_CPU_ALPHA
44
45/* Define if the target CPU is an ARC */
46#undef HAVE_CPU_ARC
47
48/* Define if the target CPU is an ARM */
49#undef HAVE_CPU_ARM
50
51/* Define if the target CPU is a CRIS */
52#undef HAVE_CPU_CRIS
53
54/* Define if the target CPU is a CRISv32 */
55#undef HAVE_CPU_CRISV32
56
57/* Define if the target CPU is a HPPA */
58#undef HAVE_CPU_HPPA
59
60/* Define if the target CPU is an x86 */
61#undef HAVE_CPU_I386
62
63/* Define if the target CPU is a IA64 */
64#undef HAVE_CPU_IA64
65
66/* Define if the target CPU is a M68K */
67#undef HAVE_CPU_M68K
68
69/* Define if the target CPU is a MIPS */
70#undef HAVE_CPU_MIPS
71
72/* Define if the target CPU is a PowerPC */
73#undef HAVE_CPU_PPC
74
75/* Define if the target CPU is a 64 bit PowerPC */
76#undef HAVE_CPU_PPC64
77
78/* Define if the target CPU is a S390 */
79#undef HAVE_CPU_S390
80
81/* Define if the target CPU is a SPARC */
82#undef HAVE_CPU_SPARC
83
84/* Define if the target CPU is a x86_64 */
85#undef HAVE_CPU_X86_64
86
87/* Define to 1 if you have the <dlfcn.h> header file. */
88#undef HAVE_DLFCN_H
89
90/* Define to 1 if you have the <inttypes.h> header file. */
91#undef HAVE_INTTYPES_H
92
93/* Defined if building against uninstalled Libav source */
94#undef HAVE_LIBAV_UNINSTALLED
95
96/* Define to 1 if you have the <memory.h> header file. */
97#undef HAVE_MEMORY_H
98
99/* Use Orc */
100#undef HAVE_ORC
101
102/* Define if you have POSIX threads libraries and header files. */
103#undef HAVE_PTHREAD
104
105/* Have PTHREAD_PRIO_INHERIT. */
106#undef HAVE_PTHREAD_PRIO_INHERIT
107
108/* Define if RDTSC is available */
109#undef HAVE_RDTSC
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 <strings.h> header file. */
118#undef HAVE_STRINGS_H
119
120/* Define to 1 if you have the <string.h> header file. */
121#undef HAVE_STRING_H
122
123/* Define to 1 if you have the <sys/stat.h> header file. */
124#undef HAVE_SYS_STAT_H
125
126/* Define to 1 if you have the <sys/types.h> header file. */
127#undef HAVE_SYS_TYPES_H
128
129/* Define to 1 if you have the <unistd.h> header file. */
130#undef HAVE_UNISTD_H
131
132/* Define if valgrind should be used */
133#undef HAVE_VALGRIND
134
135/* the host CPU */
136#undef HOST_CPU
137
138/* Describes where the Libav libraries come from. */
139#undef LIBAV_SOURCE
140
141/* Define to the sub-directory where libtool stores uninstalled libraries. */
142#undef LT_OBJDIR
143
144/* Name of package */
145#undef PACKAGE
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/* directory where plugins are located */
166#undef PLUGINDIR
167
168/* Define to necessary symbol if this constant uses a non-standard name on
169   your system. */
170#undef PTHREAD_CREATE_JOINABLE
171
172/* Define to 1 if you have the ANSI C header files. */
173#undef STDC_HEADERS
174
175/* the target CPU */
176#undef TARGET_CPU
177
178/* Version number of package */
179#undef VERSION
180
181/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
182   significant byte first (like Motorola and SPARC, unlike Intel). */
183#if defined AC_APPLE_UNIVERSAL_BUILD
184# if defined __BIG_ENDIAN__
185#  define WORDS_BIGENDIAN 1
186# endif
187#else
188# ifndef WORDS_BIGENDIAN
189#  undef WORDS_BIGENDIAN
190# endif
191#endif
192
193/* Enable large inode numbers on Mac OS X 10.5.  */
194#ifndef _DARWIN_USE_64_BIT_INODE
195# define _DARWIN_USE_64_BIT_INODE 1
196#endif
197
198/* Number of bits in a file offset, on hosts where this is settable. */
199#undef _FILE_OFFSET_BITS
200
201/* Define for large files, on AIX-style hosts. */
202#undef _LARGE_FILES
203