|
| 1 | +/* src/config.h. Generated from config.h.in by configure. */ |
| 2 | +/* src/config.h.in. Generated from configure.ac by autoheader. */ |
| 3 | +/* NOTE: THIS VERSION IS FOR ANDROID ONLY and manually adjusted */ |
| 4 | + |
| 5 | +/* Define if building universal (internal helper macro) */ |
| 6 | +/* #undef AC_APPLE_UNIVERSAL_BUILD */ |
| 7 | + |
| 8 | +/* Define to 1 if you have the <dlfcn.h> header file. */ |
| 9 | +#define HAVE_DLFCN_H 1 |
| 10 | + |
| 11 | +/* Define to 1 if you have the <inttypes.h> header file. */ |
| 12 | +#define HAVE_INTTYPES_H 1 |
| 13 | + |
| 14 | +/* Defined to 1 if VA-API exposes JPEG decoding */ |
| 15 | +#define HAVE_JPEG_DECODING 1 |
| 16 | + |
| 17 | +/* Define to 1 if you have the <memory.h> header file. */ |
| 18 | +#define HAVE_MEMORY_H 1 |
| 19 | + |
| 20 | +/* Define to 1 if you have the <stdint.h> header file. */ |
| 21 | +#define HAVE_STDINT_H 1 |
| 22 | + |
| 23 | +/* Define to 1 if you have the <stdlib.h> header file. */ |
| 24 | +#define HAVE_STDLIB_H 1 |
| 25 | + |
| 26 | +/* Define to 1 if you have the <strings.h> header file. */ |
| 27 | +#define HAVE_STRINGS_H 1 |
| 28 | + |
| 29 | +/* Define to 1 if you have the <string.h> header file. */ |
| 30 | +#define HAVE_STRING_H 1 |
| 31 | + |
| 32 | +/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 33 | +#define HAVE_SYS_STAT_H 1 |
| 34 | + |
| 35 | +/* Define to 1 if you have the <sys/types.h> header file. */ |
| 36 | +#define HAVE_SYS_TYPES_H 1 |
| 37 | + |
| 38 | +/* Define to 1 if you have the <unistd.h> header file. */ |
| 39 | +#define HAVE_UNISTD_H 1 |
| 40 | + |
| 41 | +/* Major version of the driver */ |
| 42 | +#define INTEL_DRIVER_MAJOR_VERSION 1 |
| 43 | + |
| 44 | +/* Micro version of the driver */ |
| 45 | +#define INTEL_DRIVER_MICRO_VERSION 16 |
| 46 | + |
| 47 | +/* Minor version of the driver */ |
| 48 | +#define INTEL_DRIVER_MINOR_VERSION 0 |
| 49 | + |
| 50 | +/* Preversion of the driver */ |
| 51 | +#define INTEL_DRIVER_PRE_VERSION 1 |
| 52 | + |
| 53 | +/* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 54 | + */ |
| 55 | +#define LT_OBJDIR ".libs/" |
| 56 | + |
| 57 | +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 58 | +/* #undef NO_MINUS_C_MINUS_O */ |
| 59 | + |
| 60 | +/* Name of package */ |
| 61 | +#define PACKAGE "libva-driver-intel" |
| 62 | + |
| 63 | +/* Define to the address where bug reports for this package should be sent. */ |
| 64 | +#define PACKAGE_BUGREPORT " [email protected]" |
| 65 | + |
| 66 | +/* Define to the full name of this package. */ |
| 67 | +#define PACKAGE_NAME "intel_driver" |
| 68 | + |
| 69 | +/* Define to the full name and version of this package. */ |
| 70 | +#define PACKAGE_STRING "intel_driver 1.0.16.pre1" |
| 71 | + |
| 72 | +/* Define to the one symbol short name of this package. */ |
| 73 | +#define PACKAGE_TARNAME "libva-driver-intel" |
| 74 | + |
| 75 | +/* Define to the home page for this package. */ |
| 76 | +#define PACKAGE_URL "" |
| 77 | + |
| 78 | +/* Define to the version of this package. */ |
| 79 | +#define PACKAGE_VERSION "1.0.16.pre1" |
| 80 | + |
| 81 | +/* Define to 1 if you have the ANSI C header files. */ |
| 82 | +#define STDC_HEADERS 1 |
| 83 | + |
| 84 | +/* Define driver entry-point */ |
| 85 | +#define VA_DRIVER_INIT_FUNC __vaDriverInit_0_33 |
| 86 | + |
| 87 | +/* Version number of package */ |
| 88 | +#define VERSION "1.0.16.pre1" |
| 89 | + |
| 90 | +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| 91 | + significant byte first (like Motorola and SPARC, unlike Intel). */ |
| 92 | +#if defined AC_APPLE_UNIVERSAL_BUILD |
| 93 | +# if defined __BIG_ENDIAN__ |
| 94 | +# define WORDS_BIGENDIAN 1 |
| 95 | +# endif |
| 96 | +#else |
| 97 | +# ifndef WORDS_BIGENDIAN |
| 98 | +/* # undef WORDS_BIGENDIAN */ |
| 99 | +# endif |
| 100 | +#endif |
| 101 | + |
| 102 | +/* Number of bits in a file offset, on hosts where this is settable. */ |
| 103 | +/* #undef _FILE_OFFSET_BITS */ |
| 104 | + |
| 105 | +/* Define for large files, on AIX-style hosts. */ |
| 106 | +/* #undef _LARGE_FILES */ |
| 107 | +#ifdef ANDROID |
| 108 | +#define Drawable unsigned int |
| 109 | +#endif |
0 commit comments