Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6146 serge 1
/* config.h.  Generated from config.h.in by configure.  */
2
/* config.h.in.  Generated from configure.ac by autoheader.  */
3
 
4
/* Define to 1 if you have the  header file. */
5
//#define HAVE_DLFCN_H 1
6
 
7
/* Define to 1 if you have the  header file. */
8
//#define HAVE_EGL_EGL_H 1
9
 
10
/* Define to 1 if you have the  header file. */
11
//#define HAVE_GL_GLX_H 1
12
 
13
/* Define to 1 if you have the  header file. */
14
//#define HAVE_GL_GL_H 1
15
 
16
/* Defined to 1 if GCC visibility attribute is supported */
17
#define HAVE_GNUC_VISIBILITY_ATTRIBUTE 1
18
 
19
/* Define to 1 if you have the  header file. */
20
#define HAVE_INTTYPES_H 1
21
 
22
/* Define to 1 if you have the  header file. */
23
#define HAVE_MEMORY_H 1
24
 
25
/* Define to 1 if you have the  header file. */
26
#define HAVE_STDINT_H 1
27
 
28
/* Define to 1 if you have the  header file. */
29
#define HAVE_STDLIB_H 1
30
 
31
/* Define to 1 if you have the  header file. */
32
#define HAVE_STRINGS_H 1
33
 
34
/* Define to 1 if you have the  header file. */
35
#define HAVE_STRING_H 1
36
 
37
/* Define to 1 if you have the  header file. */
38
#define HAVE_SYS_STAT_H 1
39
 
40
/* Define to 1 if you have the  header file. */
41
#define HAVE_SYS_TYPES_H 1
42
 
43
/* Define to 1 if you have the  header file. */
44
#define HAVE_UNISTD_H 1
45
 
46
/* Defined to 1 if VA/DRM API is built */
47
#define HAVE_VA_DRM 1
48
 
49
/* Defined to 1 if VA/EGL API is built */
50
//#define HAVE_VA_EGL 1
51
 
52
/* Defined to 1 if VA/GLX API is built */
53
//#define HAVE_VA_GLX 1
54
 
55
/* Defined to 1 if VA/Wayland API is built */
56
//#define HAVE_VA_WAYLAND 1
57
 
58
/* Defined to 1 if VA/X11 API is built */
59
//#define HAVE_VA_X11 1
60
 
61
/* Define to the sub-directory in which libtool stores uninstalled libraries.
62
   */
63
#define LT_OBJDIR ".libs/"
64
 
65
/* Name of package */
66
#define PACKAGE "libva"
67
 
68
/* Define to the address where bug reports for this package should be sent. */
69
#define PACKAGE_BUGREPORT "waldo.bastian@intel.com"
70
 
71
/* Define to the full name of this package. */
72
#define PACKAGE_NAME "libva"
73
 
74
/* Define to the full name and version of this package. */
75
#define PACKAGE_STRING "libva 1.4.1"
76
 
77
/* Define to the one symbol short name of this package. */
78
#define PACKAGE_TARNAME "libva"
79
 
80
/* Define to the home page for this package. */
81
#define PACKAGE_URL ""
82
 
83
/* Define to the version of this package. */
84
#define PACKAGE_VERSION "1.4.1"
85
 
86
/* Define to 1 if you have the ANSI C header files. */
87
#define STDC_HEADERS 1
88
 
89
/* Defined to the versioned __vaDriverInit function name */
90
#define VA_DRIVER_INIT_FUNC __vaDriverInit_0_36
91
 
92
/* Version number of package */
93
#define VERSION "1.4.1"
94
 
95
/* Enable large inode numbers on Mac OS X 10.5.  */
96
#ifndef _DARWIN_USE_64_BIT_INODE
97
# define _DARWIN_USE_64_BIT_INODE 1
98
#endif
99
 
100
/* Number of bits in a file offset, on hosts where this is settable. */
101
/* #undef _FILE_OFFSET_BITS */
102
 
103
/* Define for large files, on AIX-style hosts. */
104
/* #undef _LARGE_FILES */