• 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 /* Default audio sink */
8 #define DEFAULT_AUDIOSINK "autoaudiosink"
9 
10 /* Default audio source */
11 #define DEFAULT_AUDIOSRC "alsasrc"
12 
13 /* Default video sink */
14 #define DEFAULT_VIDEOSINK "autovideosink"
15 
16 /* Default video source */
17 #define DEFAULT_VIDEOSRC "v4l2src"
18 
19 /* Default visualizer */
20 #define DEFAULT_VISUALIZER "goom"
21 
22 /* Disable Orc */
23 #define DISABLE_ORC 1
24 
25 /* Define if an old libdts is used */
26 /* #undef DTS_OLD */
27 
28 /* Define to 1 if translation of program messages to the user's native
29    language is requested. */
30 //#define ENABLE_NLS 1
31 
32 /* gettext package name */
33 #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
34 
35 /* The GIO library directory. */
36 #define GIO_LIBDIR "/usr/lib/x86_64-linux-gnu"
37 
38 /* The GIO modules directory. */
39 #define GIO_MODULE_DIR "/usr/lib/x86_64-linux-gnu/gio/modules"
40 
41 /* The GIO install prefix. */
42 #define GIO_PREFIX "/usr"
43 
44 /* Define if GSM header in gsm/ subdir */
45 /* #undef GSM_HEADER_IN_SUBDIR */
46 
47 /* public symbol export define */
48 #define GST_API_EXPORT extern __attribute__ ((visibility ("default")))
49 
50 /* GStreamer API Version */
51 #define GST_API_VERSION "1.0"
52 
53 /* Define if extra runtime checks should be enabled */
54 /* #undef GST_ENABLE_EXTRA_CHECKS */
55 
56 /* Extra platform specific plugin suffix */
57 /* #undef GST_EXTRA_MODULE_SUFFIX */
58 
59 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
60 /* #undef GST_GCOV_ENABLED */
61 
62 /* Defined when registry scanning through fork is unsafe */
63 /* #undef GST_HAVE_UNSAFE_FORK */
64 
65 /* Default errorlevel to use */
66 #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
67 
68 /* GStreamer license */
69 #define GST_LICENSE "LGPL"
70 
71 /* mjpegtools API evolution */
72 #define GST_MJPEGTOOLS_API 0
73 
74 /* package name in plugins */
75 #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
76 
77 /* package origin */
78 #define GST_PACKAGE_ORIGIN "Unknown package origin"
79 
80 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
81 #define GST_PACKAGE_RELEASE_DATETIME "2019-04-11"
82 
83 /* Define to enable Android Media (used by androidmedia). */
84 /* #undef HAVE_ANDROID_MEDIA */
85 
86 /* Define to enable AV1 encoder/decoder (used by aom). */
87 /* #undef HAVE_AOM */
88 
89 /* Define to enable Apple video (used by applemedia). */
90 /* #undef HAVE_APPLE_MEDIA */
91 
92 /* Define to enable ASS/SSA renderer (used by assrender). */
93 /* #undef HAVE_ASSRENDER */
94 
95 /* Define to enable AVC Video Services (used by avcsrc). */
96 /* #undef HAVE_AVC */
97 
98 /* Define if building with AVFoundation */
99 /* #undef HAVE_AVFOUNDATION */
100 
101 /* Define to enable Bluez (used by bluez). */
102 /* #undef HAVE_BLUEZ */
103 
104 /* Bluez5 detected */
105 /* #undef HAVE_BLUEZ5 */
106 
107 /* Define to enable bs2b (used by bs2b). */
108 /* #undef HAVE_BS2B */
109 
110 /* Define to enable bz2 library (used by bz2). */
111 #define HAVE_BZ2 /**/
112 
113 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
114    CoreFoundation framework. */
115 /* #undef HAVE_CFLOCALECOPYCURRENT */
116 
117 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
118    the CoreFoundation framework. */
119 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
120 
121 /* Define to enable chromaprint (used by chromaprint). */
122 /* #undef HAVE_CHROMAPRINT */
123 
124 #ifdef __LP64__
125 #define HAVE_CPU_AARCH64 1
126 #else
127 #define HAVE_CPU_ARM 1
128 #endif
129 
130 /* Define if the target CPU is AARCH64 */
131 /* #undef HAVE_CPU_AARCH64 */
132 
133 /* Define if the target CPU is an Alpha */
134 /* #undef HAVE_CPU_ALPHA */
135 
136 /* Define if the target CPU is an ARC */
137 /* #undef HAVE_CPU_ARC */
138 
139 /* Define if the target CPU is an ARM */
140 /* #undef HAVE_CPU_ARM */
141 
142 /* Define if the target CPU is a CRIS */
143 /* #undef HAVE_CPU_CRIS */
144 
145 /* Define if the target CPU is a CRISv32 */
146 /* #undef HAVE_CPU_CRISV32 */
147 
148 /* Define if the target CPU is a HPPA */
149 /* #undef HAVE_CPU_HPPA */
150 
151 /* Define if the target CPU is an x86 */
152 /* #undef HAVE_CPU_I386 */
153 
154 /* Define if the target CPU is a IA64 */
155 /* #undef HAVE_CPU_IA64 */
156 
157 /* Define if the target CPU is a M68K */
158 /* #undef HAVE_CPU_M68K */
159 
160 /* Define if the target CPU is a MIPS */
161 /* #undef HAVE_CPU_MIPS */
162 
163 /* Define if the target CPU is a PowerPC */
164 /* #undef HAVE_CPU_PPC */
165 
166 /* Define if the target CPU is a 64 bit PowerPC */
167 /* #undef HAVE_CPU_PPC64 */
168 
169 /* Define if the target CPU is a S390 */
170 /* #undef HAVE_CPU_S390 */
171 
172 /* Define if the target CPU is a SPARC */
173 /* #undef HAVE_CPU_SPARC */
174 
175 /* Define if the target CPU is a x86_64 */
176 /* #define HAVE_CPU_X86_64 1 */
177 
178 /* Define to enable NVIDIA CUDA API. */
179 #define HAVE_CUDA /**/
180 
181 /* Define to enable Curl plugin (used by curl). */
182 /* #undef HAVE_CURL */
183 
184 /* Define to enable DASH plug-in (used by dash). */
185 #define HAVE_DASH /**/
186 
187 /* Define to enable libdc1394 (used by dc1394). */
188 /* #undef HAVE_DC1394 */
189 
190 /* Define if the GNU dcgettext() function is already present or preinstalled.
191    */
192 #define HAVE_DCGETTEXT 1
193 
194 /* Define to enable decklink (used by decklink). */
195 #define HAVE_DECKLINK /**/
196 
197 /* Define to enable Direct3D plug-in (used by direct3dsink). */
198 /* #undef HAVE_DIRECT3D */
199 
200 /* Define to enable directfb (used by dfbvideosink ). */
201 /* #undef HAVE_DIRECTFB */
202 
203 /* Define to enable DirectSound (used by directsoundsrc). */
204 /* #undef HAVE_DIRECTSOUND */
205 
206 /* Define to 1 if you have the <dlfcn.h> header file. */
207 #define HAVE_DLFCN_H 1
208 
209 /* define for working do while(0) macros */
210 #define HAVE_DOWHILE_MACROS 1
211 
212 /* Define if you have dssim library */
213 /* #undef HAVE_DSSIM */
214 
215 /* Define to enable DTLS plugin (used by dtls). */
216 #define HAVE_DTLS /**/
217 
218 /* Define to enable dts library (used by dtsdec). */
219 /* #undef HAVE_DTS */
220 
221 /* Define to enable DVB Source (used by dvb). */
222 #define HAVE_DVB /**/
223 
224 /* Define to enable building of experimental plug-ins. */
225 /* #undef HAVE_EXPERIMENTAL */
226 
227 /* Define to enable building of plug-ins with external deps. */
228 #define HAVE_EXTERNAL /**/
229 
230 /* Define to enable AAC encoder plug-in (used by faac). */
231 /* #undef HAVE_FAAC */
232 
233 /* Define to enable FAAD2 AAC decoder plug-in (used by faad). */
234 /* #undef HAVE_FAAD */
235 
236 /* Define to enable linux framebuffer (used by fbdevsink). */
237 #define HAVE_FBDEV /**/
238 
239 /* Define to 1 if you have the <fcntl.h> header file. */
240 /* #undef HAVE_FCNTL_H */
241 
242 /* Define to enable fdkaac plugin (used by fdkaac). */
243 /* #undef HAVE_FDK_AAC */
244 
245 /* Define if we have fdk-aac >= 0.1.4 */
246 /* #undef HAVE_FDK_AAC_0_1_4 */
247 
248 /* Define if we have fdk-aac >= 2.0.0 */
249 /* #undef HAVE_FDK_AAC_2_0_0 */
250 
251 /* Define to enable Flite plugin (used by flite). */
252 /* #undef HAVE_FLITE */
253 
254 /* Define to enable fluidsynth (used by fluidsynth). */
255 /* #undef HAVE_FLUIDSYNTH */
256 
257 /* Define to 1 if you have the `getpagesize' function. */
258 #define HAVE_GETPAGESIZE 1
259 
260 /* Define if the GNU gettext() function is already present or preinstalled. */
261 #define HAVE_GETTEXT 1
262 
263 /* Define to enable gl elements (used by gl). */
264 #define HAVE_GL /**/
265 
266 /* Define to enable gme decoder (used by gme). */
267 /* #undef HAVE_GME */
268 
269 /* Define to 1 if you have the `gmtime_r' function. */
270 #define HAVE_GMTIME_R 1
271 
272 /* Define to enable GSM library (used by gsmenc gsmdec). */
273 /* #undef HAVE_GSM */
274 
275 /* Define if gudev is installed */
276 /* #undef HAVE_GUDEV */
277 
278 /* Define to enable http live streaming plugin (used by hls). */
279 #define HAVE_HLS /**/
280 
281 /* Define if you have the iconv() function and it works. */
282 /* #undef HAVE_ICONV */
283 
284 /* Define to 1 if you have the <inttypes.h> header file. */
285 #define HAVE_INTTYPES_H 1
286 
287 /* Define if building for Apple iOS */
288 /* #undef HAVE_IOS */
289 
290 /* Define to enable Unix sockets (used by ipcpipeline). */
291 #define HAVE_IPCPIPELINE /**/
292 
293 /* Define to enable iqa (used by iqa ). */
294 /* #undef HAVE_IQA */
295 
296 /* Define to enable Kate (used by kate). */
297 /* #undef HAVE_KATE */
298 
299 /* Define to enable drm/kms libraries (used by kms). */
300 #define HAVE_KMS /**/
301 
302 /* Define to enable ladspa (used by ladspa). */
303 /* #undef HAVE_LADSPA */
304 
305 /* Define to enable LCMS colormanagement plugin (used by lcms2). */
306 /* #undef HAVE_LCMS2 */
307 
308 /* Define to enable libde265 HEVC/H.265 decoder (used by libde265). */
309 /* #undef HAVE_LIBDE265 */
310 
311 /* Define if libgcrypt is available */
312 /* #undef HAVE_LIBGCRYPT */
313 
314 /* Define if gme 0.5.6 or newer is available */
315 /* #undef HAVE_LIBGME_ACCURACY */
316 
317 /* Define if mfx_dispatcher is available */
318 /* #undef HAVE_LIBMFX */
319 
320 /* Define to enable mms protocol library (used by libmms). */
321 /* #undef HAVE_LIBMMS */
322 
323 /* Define to 1 if you have the `nsl' library (-lnsl). */
324 /* #undef HAVE_LIBNSL */
325 
326 /* Define to 1 if you have the `socket' library (-lsocket). */
327 /* #undef HAVE_LIBSOCKET */
328 
329 /* Define if libusb 1.x is installed */
330 /* #undef HAVE_LIBUSB */
331 
332 /* Define if we have liblilv >= 0.22 */
333 /* #undef HAVE_LILV_0_22 */
334 
335 /* Define if we have liblrdf */
336 /* #undef HAVE_LRDF */
337 
338 /* Define to enable lv2 (used by lv2). */
339 /* #undef HAVE_LV2 */
340 
341 /* Define to 1 if you have the <memory.h> header file. */
342 #define HAVE_MEMORY_H 1
343 
344 /* Define to 1 if you have a working `mmap' system call. */
345 #define HAVE_MMAP 1
346 
347 /* Define to enable modplug (used by modplug). */
348 /* #undef HAVE_MODPLUG */
349 
350 /* Define to enable mpeg2enc (used by mpeg2enc). */
351 /* #undef HAVE_MPEG2ENC */
352 
353 /* Define to enable mplex (used by mplex). */
354 /* #undef HAVE_MPLEX */
355 
356 /* Define to enable Intel MediaSDK (used by msdk). */
357 /* #undef HAVE_MSDK */
358 
359 /* Define to enable musepackdec (used by musepack). */
360 /* #undef HAVE_MUSEPACK */
361 
362 /* Define to enable neon http client plugins (used by neonhttpsrc). */
363 /* #undef HAVE_NEON */
364 
365 /* Define to 1 if you have the <netinet/in.h> header file. */
366 /* #undef HAVE_NETINET_IN_H */
367 
368 /* Define to 1 if you have the <netinet/ip.h> header file. */
369 /* #undef HAVE_NETINET_IP_H */
370 
371 /* Define to 1 if you have the <netinet/tcp.h> header file. */
372 /* #undef HAVE_NETINET_TCP_H */
373 
374 /* Define if nettle is available */
375 #define HAVE_NETTLE 1
376 
377 /* Define to enable nvdec (used by nvdec). */
378 /* #undef HAVE_NVDEC */
379 
380 /* Define to enable NVIDIA Encode API (used by nvenc). */
381 /* #undef HAVE_NVENC */
382 
383 /* NVENC GStreamer OpenGL support available */
384 /* #undef HAVE_NVENC_GST_GL */
385 
386 /* Define to enable ofa plugins (used by ofa). */
387 /* #undef HAVE_OFA */
388 
389 /* Define to enable OpenAL plugin (used by openal). */
390 /* #undef HAVE_OPENAL */
391 
392 /* Define to enable opencv plugins (used by opencv). */
393 /* #undef HAVE_OPENCV */
394 
395 /* Define to 1 if you have the <opencv2/bgsegm.hpp> header file. */
396 /* #undef HAVE_OPENCV2_BGSEGM_HPP */
397 
398 /* Define to 1 if you have the <opencv2/calib3d.hpp> header file. */
399 /* #undef HAVE_OPENCV2_CALIB3D_HPP */
400 
401 /* Define to 1 if you have the <opencv2/core.hpp> header file. */
402 /* #undef HAVE_OPENCV2_CORE_HPP */
403 
404 /* Define to 1 if you have the <opencv2/imgproc.hpp> header file. */
405 /* #undef HAVE_OPENCV2_IMGPROC_HPP */
406 
407 /* Define to 1 if you have the <opencv2/objdetect.hpp> header file. */
408 /* #undef HAVE_OPENCV2_OBJDETECT_HPP */
409 
410 /* Define to 1 if you have the <opencv2/opencv.hpp> header file. */
411 /* #undef HAVE_OPENCV2_OPENCV_HPP */
412 
413 /* Define to 1 if you have the <opencv2/video.hpp> header file. */
414 /* #undef HAVE_OPENCV2_VIDEO_HPP */
415 
416 /* Define to enable openexr library (used by openexr). */
417 /* #undef HAVE_OPENEXR */
418 
419 /* Define to enable openh264 library (used by openh264). */
420 /* #undef HAVE_OPENH264 */
421 
422 /* Define to enable openjpeg library (used by openjpeg). */
423 /* #undef HAVE_OPENJPEG */
424 
425 /* Define if OpenJPEG 1 is used */
426 /* #undef HAVE_OPENJPEG_1 */
427 
428 /* Define to enable openmpt (used by openmpt). */
429 /* #undef HAVE_OPENMPT */
430 
431 /* Define to enable openni2 library (used by openni2). */
432 /* #undef HAVE_OPENNI2 */
433 
434 /* Define to enable OpenSL ES (used by opensl). */
435 /* #undef HAVE_OPENSLES */
436 
437 /* Define if openssl is available */
438 /* #undef HAVE_OPENSSL */
439 
440 /* Define to enable opus (used by opus). */
441 /* #undef HAVE_OPUS */
442 
443 /* Use Orc */
444 /* #undef HAVE_ORC */
445 
446 /* Apple Mac OS X operating system detected */
447 /* #undef HAVE_OSX */
448 
449 /* Define to enable Pango font rendering (used by pango). */
450 #define HAVE_PANGO /**/
451 
452 /* Define to 1 if you have the `pipe2' function. */
453 #define HAVE_PIPE2 1
454 
455 /* Define if you have POSIX threads libraries and header files. */
456 #define HAVE_PTHREAD 1
457 
458 /* Define to 1 if you have the <pthread.h> header file. */
459 #define HAVE_PTHREAD_H 1
460 
461 /* Have PTHREAD_PRIO_INHERIT. */
462 #define HAVE_PTHREAD_PRIO_INHERIT 1
463 
464 /* Define if RDTSC is available */
465 /* #undef HAVE_RDTSC */
466 
467 /* Define to enable resindvd plugin (used by resindvd). */
468 /* #undef HAVE_RESINDVD */
469 
470 /* Define to enable rsvg decoder (used by rsvg). */
471 /* #undef HAVE_RSVG */
472 
473 /* Define to enable rtmp library (used by rtmp). */
474 /* #undef HAVE_RTMP */
475 
476 /* Define to enable SBC bluetooth audio codec (used by sbc). */
477 /* #undef HAVE_SBC */
478 
479 /* Define to enable sctp plug-in (used by sctp). */
480 /* #undef HAVE_SCTP */
481 
482 /* Define to enable POSIX shared memory source and sink (used by shm). */
483 #define HAVE_SHM /**/
484 
485 /* Define to enable Smooth Streaming plug-in (used by smoothstreaming). */
486 #define HAVE_SMOOTHSTREAMING /**/
487 
488 /* Define to enable sndfile plug-in (used by sfdec sfenc). */
489 /* #undef HAVE_SNDFILE */
490 
491 /* Define to enable soundtouch plug-in (used by soundtouch). */
492 /* #undef HAVE_SOUNDTOUCH */
493 
494 /* Defined if the available libSoundTouch is >= 1.4 */
495 /* #undef HAVE_SOUNDTOUCH_1_4 */
496 
497 /* Define to enable Spandsp (used by spandsp). */
498 /* #undef HAVE_SPANDSP */
499 
500 /* Define to enable srt library (used by srt). */
501 /* #undef HAVE_SRT */
502 
503 /* Define to enable srtp library (used by srtp). */
504 /* #undef HAVE_SRTP */
505 
506 /* Define if libsrtp2 is used */
507 /* #undef HAVE_SRTP2 */
508 
509 /* Define if libssh2 is available */
510 /* #undef HAVE_SSH2 */
511 
512 /* Define to 1 if you have the <stdint.h> header file. */
513 #define HAVE_STDINT_H 1
514 
515 /* Define to 1 if you have the <stdlib.h> header file. */
516 #define HAVE_STDLIB_H 1
517 
518 /* Define to 1 if you have the <strings.h> header file. */
519 #define HAVE_STRINGS_H 1
520 
521 /* Define to 1 if you have the <string.h> header file. */
522 #define HAVE_STRING_H 1
523 
524 /* Define to 1 if you have the <sys/param.h> header file. */
525 #define HAVE_SYS_PARAM_H 1
526 
527 /* Define to 1 if you have the <sys/socket.h> header file. */
528 #define HAVE_SYS_SOCKET_H 1
529 
530 /* Define to 1 if you have the <sys/stat.h> header file. */
531 #define HAVE_SYS_STAT_H 1
532 
533 /* Define to 1 if you have the <sys/time.h> header file. */
534 #define HAVE_SYS_TIME_H 1
535 
536 /* Define to 1 if you have the <sys/types.h> header file. */
537 #define HAVE_SYS_TYPES_H 1
538 
539 /* Define to 1 if you have the <sys/utsname.h> header file. */
540 #define HAVE_SYS_UTSNAME_H 1
541 
542 /* Define to enable Teletext decoder (used by teletextdec). */
543 /* #undef HAVE_TELETEXTDEC */
544 
545 /* Define if libtiger is available */
546 /* #undef HAVE_TIGER */
547 
548 /* Define to enable tinyalsa (used by tinyalsa). */
549 /* #undef HAVE_TINYALSA */
550 
551 /* Define to enable TTML plugin (used by ttml). */
552 #define HAVE_TTML /**/
553 
554 /* Define to 1 if you have the <unistd.h> header file. */
555 #define HAVE_UNISTD_H 1
556 
557 /* Define to enable UVC H264 (used by uvch264). */
558 /* #undef HAVE_UVCH264 */
559 
560 /* Define if valgrind should be used */
561 /* #undef HAVE_VALGRIND */
562 
563 /* Define to enable VDPAU (used by vdpau). */
564 /* #undef HAVE_VDPAU */
565 
566 /* Define if building with VideoToolbox */
567 /* #undef HAVE_VIDEOTOOLBOX */
568 
569 /* Define if building with VideoToolbox >= 10.9.6 */
570 /* #undef HAVE_VIDEOTOOLBOX_10_9_6 */
571 
572 /* Define to enable vo-aacenc library (used by vo-aacenc). */
573 /* #undef HAVE_VOAACENC */
574 
575 /* Define to enable vo-amrwbenc library (used by vo-amrwbenc). */
576 /* #undef HAVE_VOAMRWBENC */
577 
578 /* Define to enable Vulkan elements (used by vulkan). */
579 /* #undef HAVE_VULKAN */
580 
581 /* Define to enable WASAPI plug-in (used by wasapi). */
582 /* #undef HAVE_WASAPI */
583 
584 /* Define to enable wayland sink (used by wayland ). */
585 /* #undef HAVE_WAYLAND */
586 
587 /* Define to enable WebP (used by webp ). */
588 /* #undef HAVE_WEBP */
589 
590 /* Define to enable WebRTC (used by webrtc). */
591 /* #undef HAVE_WEBRTC */
592 
593 /* Define to enable WebRTC Audio Processing (used by webrtcdsp). */
594 /* #undef HAVE_WEBRTCDSP */
595 
596 /* Define to enable wildmidi midi soft synth plugin (used by wildmidi). */
597 /* #undef HAVE_WILDMIDI */
598 
599 /* Defined if compiling for Windows */
600 /* #undef HAVE_WIN32 */
601 
602 /* Define to enable Winks plug-in (used by winks). */
603 /* #undef HAVE_WINKS */
604 
605 /* Define to enable winscreencap plug-in (used by winscreencap). */
606 /* #undef HAVE_WINSCREENCAP */
607 
608 /* Define to 1 if you have the <winsock2.h> header file. */
609 /* #undef HAVE_WINSOCK2_H */
610 
611 /* Define to enable WPE plug-in (used by wpe). */
612 /* #undef HAVE_WPE */
613 
614 /* Define to 1 if you have the <ws2tcpip.h> header file. */
615 /* #undef HAVE_WS2TCPIP_H */
616 
617 /* Define if you have X11 library */
618 #define HAVE_X11 1
619 
620 /* Define to enable x265 plug-in (used by x265). */
621 /* #undef HAVE_X265 */
622 
623 /* Define to enable ZBar barcode detector (used by zbar). */
624 /* #undef HAVE_ZBAR */
625 
626 /* the host CPU */
627 #ifdef __LP64__
628 #define HOST_CPU "aarch64"
629 #else
630 #define HOST_CPU "arm"
631 #endif
632 
633 /* library dir */
634 #define LIBDIR "/usr/local/lib"
635 
636 /* gettext locale dir */
637 #define LOCALEDIR "/usr/local/share/locale"
638 
639 /* Define to the sub-directory where libtool stores uninstalled libraries. */
640 #define LT_OBJDIR ".libs/"
641 
642 /* OpenCV path name */
643 #define OPENCV_PATH_NAME "OpenCV"
644 
645 /* opencv install prefix */
646 #define OPENCV_PREFIX "/usr/local"
647 
648 /* Name of package */
649 #define PACKAGE "gst-plugins-bad"
650 
651 /* Define to the address where bug reports for this package should be sent. */
652 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
653 
654 /* Define to the full name of this package. */
655 #define PACKAGE_NAME "GStreamer Bad Plug-ins"
656 
657 /* Define to the full name and version of this package. */
658 #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.16.2"
659 
660 /* Define to the one symbol short name of this package. */
661 #define PACKAGE_TARNAME "gst-plugins-bad"
662 
663 /* Define to the home page for this package. */
664 #define PACKAGE_URL ""
665 
666 /* Define to the version of this package. */
667 #define PACKAGE_VERSION "1.16.2"
668 
669 /* directory where plugins are located */
670 #define PLUGINDIR "/usr/local/lib/gstreamer-1.0"
671 
672 /* Define to necessary symbol if this constant uses a non-standard name on
673    your system. */
674 /* #undef PTHREAD_CREATE_JOINABLE */
675 
676 /* The size of `char', as computed by sizeof. */
677 /* #undef SIZEOF_CHAR */
678 
679 /* The size of `int', as computed by sizeof. */
680 /* #undef SIZEOF_INT */
681 
682 /* The size of `long', as computed by sizeof. */
683 /* #undef SIZEOF_LONG */
684 
685 /* The size of `short', as computed by sizeof. */
686 /* #undef SIZEOF_SHORT */
687 
688 /* The size of `void*', as computed by sizeof. */
689 /* #undef SIZEOF_VOIDP */
690 
691 /* Define to 1 if you have the ANSI C header files. */
692 #define STDC_HEADERS 1
693 
694 /* the target CPU */
695 #ifdef __LP64__
696 #define TARGET_CPU "aarch64"
697 #else
698 #define TARGET_CPU "arm"
699 #endif
700 
701 /* Define if MediaSDK VP9 decoder api is available */
702 /* #undef USE_MSDK_VP9_DEC */
703 
704 /* Version number of package */
705 #define VERSION "1.15.90"
706 
707 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
708    significant byte first (like Motorola and SPARC, unlike Intel). */
709 #if defined AC_APPLE_UNIVERSAL_BUILD
710 # if defined __BIG_ENDIAN__
711 #  define WORDS_BIGENDIAN 1
712 # endif
713 #else
714 # ifndef WORDS_BIGENDIAN
715 /* #  undef WORDS_BIGENDIAN */
716 # endif
717 #endif
718 
719 /* Enable large inode numbers on Mac OS X 10.5.  */
720 #ifndef _DARWIN_USE_64_BIT_INODE
721 # define _DARWIN_USE_64_BIT_INODE 1
722 #endif
723 
724 /* Number of bits in a file offset, on hosts where this is settable. */
725 /* #undef _FILE_OFFSET_BITS */
726 
727 /* Define for large files, on AIX-style hosts. */
728 /* #undef _LARGE_FILES */
729 
730 /* We need at least WinXP SP2 for __stat64 */
731 /* #undef __MSVCRT_VERSION__ */
732