/* config.h.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD /* Disable Orc */ #undef DISABLE_ORC /* The GIO library directory. */ #undef GIO_LIBDIR /* The GIO modules directory. */ #undef GIO_MODULE_DIR /* The GIO install prefix. */ #undef GIO_PREFIX /* Define if extra runtime checks should be enabled */ #undef GST_ENABLE_EXTRA_CHECKS /* Defined if gcov is enabled to force a rebuild due to config.h changing */ #undef GST_GCOV_ENABLED /* Default errorlevel to use */ #undef GST_LEVEL_DEFAULT /* Defined if building a GPL-licensed version of gst-libav */ #undef GST_LIBAV_ENABLE_GPL /* package name in plugins */ #undef GST_PACKAGE_NAME /* package origin */ #undef GST_PACKAGE_ORIGIN /* Define to 1 if you have the header file. */ #undef HAVE_AVI_H /* Define if the target CPU is AARCH64 */ #undef HAVE_CPU_AARCH64 /* Define if the target CPU is an Alpha */ #undef HAVE_CPU_ALPHA /* Define if the target CPU is an ARC */ #undef HAVE_CPU_ARC /* Define if the target CPU is an ARM */ #undef HAVE_CPU_ARM /* Define if the target CPU is a CRIS */ #undef HAVE_CPU_CRIS /* Define if the target CPU is a CRISv32 */ #undef HAVE_CPU_CRISV32 /* Define if the target CPU is a HPPA */ #undef HAVE_CPU_HPPA /* Define if the target CPU is an x86 */ #undef HAVE_CPU_I386 /* Define if the target CPU is a IA64 */ #undef HAVE_CPU_IA64 /* Define if the target CPU is a M68K */ #undef HAVE_CPU_M68K /* Define if the target CPU is a MIPS */ #undef HAVE_CPU_MIPS /* Define if the target CPU is a PowerPC */ #undef HAVE_CPU_PPC /* Define if the target CPU is a 64 bit PowerPC */ #undef HAVE_CPU_PPC64 /* Define if the target CPU is a S390 */ #undef HAVE_CPU_S390 /* Define if the target CPU is a SPARC */ #undef HAVE_CPU_SPARC /* Define if the target CPU is a x86_64 */ #undef HAVE_CPU_X86_64 /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Defined if building against uninstalled Libav source */ #undef HAVE_LIBAV_UNINSTALLED /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Use Orc */ #undef HAVE_ORC /* Define if you have POSIX threads libraries and header files. */ #undef HAVE_PTHREAD /* Have PTHREAD_PRIO_INHERIT. */ #undef HAVE_PTHREAD_PRIO_INHERIT /* Define if RDTSC is available */ #undef HAVE_RDTSC /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define if valgrind should be used */ #undef HAVE_VALGRIND /* the host CPU */ #undef HOST_CPU /* Describes where the Libav libraries come from. */ #undef LIBAV_SOURCE /* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* directory where plugins are located */ #undef PLUGINDIR /* Define to necessary symbol if this constant uses a non-standard name on your system. */ #undef PTHREAD_CREATE_JOINABLE /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* the target CPU */ #undef TARGET_CPU /* Version number of package */ #undef VERSION /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN # endif #endif /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES