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