/* config.h. Generated from config.h.in by configure. */ /* 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 */ /* 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 */ #define GST_LEVEL_DEFAULT GST_LEVEL_NONE /* Defined if building a GPL-licensed version of gst-libav */ /* #undef GST_LIBAV_ENABLE_GPL */ /* package name in plugins */ #define GST_PACKAGE_NAME "GStreamer libav source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* Define to 1 if you have the header file. */ #define HAVE_AVI_H 1 /* Define if the target CPU is AARCH64 */ #ifdef __LP64__ #define HAVE_CPU_AARCH64 1 #else #define HAVE_CPU_ARM 1 #endif /* 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. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Defined if building against uninstalled Libav source */ #define HAVE_LIBAV_UNINSTALLED /**/ /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Use Orc */ #define HAVE_ORC 1 /* Define if you have POSIX threads libraries and header files. */ #define HAVE_PTHREAD 1 /* Have PTHREAD_PRIO_INHERIT. */ #define HAVE_PTHREAD_PRIO_INHERIT 1 /* Define if RDTSC is available */ /* #undef HAVE_RDTSC */ /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if valgrind should be used */ /* #undef HAVE_VALGRIND */ /* the host CPU */ #ifdef __LP64__ #define HOST_CPU "aarch64" #else #define HOST_CPU "arm" #endif /* Describes where the Libav libraries come from. */ #define LIBAV_SOURCE "local snapshot" /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Name of package */ #define PACKAGE "gst-libav" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" /* Define to the full name of this package. */ #define PACKAGE_NAME "GStreamer libav" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "GStreamer libav 1.16.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-libav" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ #define PACKAGE_VERSION "1.16.2" /* directory where plugins are located */ #define PLUGINDIR "/usr/lib/gstreamer-1.0" /* 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. */ #define STDC_HEADERS 1 /* the target CPU */ #ifdef __LP64__ #define TARGET_CPU "aarch64" #else #define TARGET_CPU "arm" #endif /* Version number of package */ #define VERSION "1.16.2" /* 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 */