Add .gbs.conf needed to submit from tizen_ivi_genivi branch
[profile/ivi/gst-ffmpeg0.10.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Disable Orc */
7 #undef DISABLE_ORC
8
9 /* Describes where the FFmpeg libraries come from. */
10 #undef FFMPEG_SOURCE
11
12 /* Default errorlevel to use */
13 #undef GST_LEVEL_DEFAULT
14
15 /* package name in plugins */
16 #undef GST_PACKAGE_NAME
17
18 /* package origin */
19 #undef GST_PACKAGE_ORIGIN
20
21 /* Define to 1 if you have the <avi.h> header file. */
22 #undef HAVE_AVI_H
23
24 /* Define if the host CPU is an Alpha */
25 #undef HAVE_CPU_ALPHA
26
27 /* Define if the host CPU is an ARM */
28 #undef HAVE_CPU_ARM
29
30 /* Define if the host CPU is a CRIS */
31 #undef HAVE_CPU_CRIS
32
33 /* Define if the host CPU is a CRISv32 */
34 #undef HAVE_CPU_CRISV32
35
36 /* Define if the host CPU is a HPPA */
37 #undef HAVE_CPU_HPPA
38
39 /* Define if the host CPU is an x86 */
40 #undef HAVE_CPU_I386
41
42 /* Define if the host CPU is a IA64 */
43 #undef HAVE_CPU_IA64
44
45 /* Define if the host CPU is a M68K */
46 #undef HAVE_CPU_M68K
47
48 /* Define if the host CPU is a MIPS */
49 #undef HAVE_CPU_MIPS
50
51 /* Define if the host CPU is a PowerPC */
52 #undef HAVE_CPU_PPC
53
54 /* Define if the host CPU is a 64 bit PowerPC */
55 #undef HAVE_CPU_PPC64
56
57 /* Define if the host CPU is a S390 */
58 #undef HAVE_CPU_S390
59
60 /* Define if the host CPU is a SPARC */
61 #undef HAVE_CPU_SPARC
62
63 /* Define if the host CPU is a x86_64 */
64 #undef HAVE_CPU_X86_64
65
66 /* Define to 1 if you have the <dlfcn.h> header file. */
67 #undef HAVE_DLFCN_H
68
69 /* Defined if building against uninstalled FFmpeg source */
70 #undef HAVE_FFMPEG_UNINSTALLED
71
72 /* Define to 1 if you have the <inttypes.h> header file. */
73 #undef HAVE_INTTYPES_H
74
75 /* Define to 1 if you have the <memory.h> header file. */
76 #undef HAVE_MEMORY_H
77
78 /* Use Orc */
79 #undef HAVE_ORC
80
81 /* Define if RDTSC is available */
82 #undef HAVE_RDTSC
83
84 /* Define to 1 if you have the <stdint.h> header file. */
85 #undef HAVE_STDINT_H
86
87 /* Define to 1 if you have the <stdlib.h> header file. */
88 #undef HAVE_STDLIB_H
89
90 /* Define to 1 if you have the <strings.h> header file. */
91 #undef HAVE_STRINGS_H
92
93 /* Define to 1 if you have the <string.h> header file. */
94 #undef HAVE_STRING_H
95
96 /* Define to 1 if you have the <sys/stat.h> header file. */
97 #undef HAVE_SYS_STAT_H
98
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #undef HAVE_SYS_TYPES_H
101
102 /* Define to 1 if you have the <unistd.h> header file. */
103 #undef HAVE_UNISTD_H
104
105 /* Define if valgrind should be used */
106 #undef HAVE_VALGRIND
107
108 /* the host CPU */
109 #undef HOST_CPU
110
111 /* Define to the sub-directory in which libtool stores uninstalled libraries.
112    */
113 #undef LT_OBJDIR
114
115 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
116 #undef NO_MINUS_C_MINUS_O
117
118 /* Name of package */
119 #undef PACKAGE
120
121 /* Define to the address where bug reports for this package should be sent. */
122 #undef PACKAGE_BUGREPORT
123
124 /* Define to the full name of this package. */
125 #undef PACKAGE_NAME
126
127 /* Define to the full name and version of this package. */
128 #undef PACKAGE_STRING
129
130 /* Define to the one symbol short name of this package. */
131 #undef PACKAGE_TARNAME
132
133 /* Define to the home page for this package. */
134 #undef PACKAGE_URL
135
136 /* Define to the version of this package. */
137 #undef PACKAGE_VERSION
138
139 /* directory where plugins are located */
140 #undef PLUGINDIR
141
142 /* Define to 1 if you have the ANSI C header files. */
143 #undef STDC_HEADERS
144
145 /* Version number of package */
146 #undef VERSION
147
148 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
149    significant byte first (like Motorola and SPARC, unlike Intel). */
150 #if defined AC_APPLE_UNIVERSAL_BUILD
151 # if defined __BIG_ENDIAN__
152 #  define WORDS_BIGENDIAN 1
153 # endif
154 #else
155 # ifndef WORDS_BIGENDIAN
156 #  undef WORDS_BIGENDIAN
157 # endif
158 #endif