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 */
5 /* Define if building universal (internal helper macro) */
6 /* #undef AC_APPLE_UNIVERSAL_BUILD */
8 /* Define to 1 if you have the <dlfcn.h> header file. */
11 /* Define to 1 if you have the <inttypes.h> header file. */
12 #define HAVE_INTTYPES_H 1
14 /* Defined to 1 if VA-API exposes JPEG decoding */
15 #define HAVE_JPEG_DECODING 1
17 /* Define to 1 if you have the <memory.h> header file. */
18 #define HAVE_MEMORY_H 1
20 /* Define to 1 if you have the <stdint.h> header file. */
21 #define HAVE_STDINT_H 1
23 /* Define to 1 if you have the <stdlib.h> header file. */
24 #define HAVE_STDLIB_H 1
26 /* Define to 1 if you have the <strings.h> header file. */
27 #define HAVE_STRINGS_H 1
29 /* Define to 1 if you have the <string.h> header file. */
30 #define HAVE_STRING_H 1
32 /* Define to 1 if you have the <sys/stat.h> header file. */
33 #define HAVE_SYS_STAT_H 1
35 /* Define to 1 if you have the <sys/types.h> header file. */
36 #define HAVE_SYS_TYPES_H 1
38 /* Define to 1 if you have the <unistd.h> header file. */
39 #define HAVE_UNISTD_H 1
41 /* Major version of the driver */
42 #define INTEL_DRIVER_MAJOR_VERSION 1
44 /* Micro version of the driver */
45 #define INTEL_DRIVER_MICRO_VERSION 16
47 /* Minor version of the driver */
48 #define INTEL_DRIVER_MINOR_VERSION 0
50 /* Preversion of the driver */
51 #define INTEL_DRIVER_PRE_VERSION 1
53 /* Define to the sub-directory in which libtool stores uninstalled libraries.
55 #define LT_OBJDIR ".libs/"
57 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
58 /* #undef NO_MINUS_C_MINUS_O */
61 #define PACKAGE "libva-driver-intel"
63 /* Define to the address where bug reports for this package should be sent. */
64 #define PACKAGE_BUGREPORT "haihao.xiang@intel.com"
66 /* Define to the full name of this package. */
67 #define PACKAGE_NAME "intel_driver"
69 /* Define to the full name and version of this package. */
70 #define PACKAGE_STRING "intel_driver 1.0.16.pre1"
72 /* Define to the one symbol short name of this package. */
73 #define PACKAGE_TARNAME "libva-driver-intel"
75 /* Define to the home page for this package. */
76 #define PACKAGE_URL ""
78 /* Define to the version of this package. */
79 #define PACKAGE_VERSION "1.0.16.pre1"
81 /* Define to 1 if you have the ANSI C header files. */
82 #define STDC_HEADERS 1
84 /* Define driver entry-point */
85 #define VA_DRIVER_INIT_FUNC __vaDriverInit_0_33
87 /* Version number of package */
88 #define VERSION "1.0.16.pre1"
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
97 # ifndef WORDS_BIGENDIAN
98 /* # undef WORDS_BIGENDIAN */
102 /* Number of bits in a file offset, on hosts where this is settable. */
103 /* #undef _FILE_OFFSET_BITS */
105 /* Define for large files, on AIX-style hosts. */
106 /* #undef _LARGE_FILES */
108 #define Drawable unsigned int