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