1 /* config.h.in. Generated from configure.ac by autoheader. */
2 /* This copy of config.h.in is specifically for win32 Visual Studio builds */
4 /* Define to 1 if translation of program messages to the user's native
5 language is requested. */
8 /* gettext package name */
9 #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
11 /* PREFIX - specifically added for Windows for easier moving */
12 #define PREFIX "C:\\gstreamer"
14 /* Location of registry */
15 #define GST_CACHE_DIR PREFIX "\\var\\cache"
17 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
18 #undef GST_GCOV_ENABLED
20 /* Default errorlevel to use */
21 #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
23 /* GStreamer license */
24 #define GST_LICENSE "LGPL"
26 /* package name in plugins */
27 #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
30 #define GST_PACKAGE_ORIGIN "Unknown package origin"
32 /* Define if the host CPU is an Alpha */
35 /* Define if the host CPU is an ARM */
38 /* Define if the host CPU is a HPPA */
41 /* Define if the host CPU is an x86 */
44 /* Define if the host CPU is a IA64 */
47 /* Define if the host CPU is a M68K */
50 /* Define if the host CPU is a MIPS */
53 /* Define if the host CPU is a PowerPC */
56 /* Define if the host CPU is a S390 */
59 /* Define if the host CPU is a SPARC */
62 /* Define if the host CPU is a x86_64 */
63 #undef HAVE_CPU_X86_64
65 /* Define if the GNU dcgettext() function is already present or preinstalled.
69 /* Defined if we have dladdr () */
72 /* Define to 1 if you have the <dlfcn.h> header file. */
75 /* Define to 1 if you have the `fgetpos' function. */
76 #define HAVE_FGETPOS 1
78 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
81 /* Define to 1 if you have the `fsetpos' function. */
82 #define HAVE_FSETPOS 1
84 /* Define to 1 if you have the `ftello' function. */
87 /* defined if the compiler implements __func__ */
90 /* defined if the compiler implements __FUNCTION__ */
93 /* Define to 1 if you have the `getpagesize' function. */
94 #undef HAVE_GETPAGESIZE
96 /* Define if the GNU gettext() function is already present or preinstalled. */
99 /* Define if you have the iconv() function. */
102 /* Define to 1 if you have the <inttypes.h> header file. */
103 #undef HAVE_INTTYPES_H
105 /* Define if libxml2 is available */
106 #define HAVE_LIBXML2 1
108 /* defined if we have makecontext () */
109 #undef HAVE_MAKECONTEXT
111 /* Define to 1 if you have the <memory.h> header file. */
114 /* Define to 1 if you have a working `mmap' system call. */
117 /* defined if the compiler implements __PRETTY_FUNCTION__ */
118 #undef HAVE_PRETTY_FUNCTION
120 /* Defined if we have register_printf_function () */
121 #undef HAVE_PRINTF_EXTENSION
123 /* Define to 1 if you have the <process.h> header file. */
124 #define HAVE_PROCESS_H 1
126 /* Define if RDTSC is available */
129 /* Define to 1 if you have the `sigaction' function. */
130 #undef HAVE_SIGACTION
132 /* Define to 1 if you have the <stdint.h> header file. */
135 /* Define to 1 if you have the <stdlib.h> header file. */
136 #define HAVE_STDLIB_H 1
138 /* Define to 1 if you have the <strings.h> header file. */
139 #undef HAVE_STRINGS_H
141 /* Define to 1 if you have the <string.h> header file. */
142 #define HAVE_STRING_H 1
144 /* Define to 1 if you have the <sys/socket.h> header file. */
145 #undef HAVE_SYS_SOCKET_H
147 /* Define to 1 if you have the <sys/stat.h> header file. */
148 #define HAVE_SYS_STAT_H 1
150 /* Define to 1 if you have the <sys/types.h> header file. */
151 #define HAVE_SYS_TYPES_H 1
153 /* Define to 1 if you have the <ucontext.h> header file. */
154 #undef HAVE_UCONTEXT_H
156 /* defined if unaligned memory access works correctly */
157 #undef HAVE_UNALIGNED_ACCESS
159 /* Define to 1 if you have the <unistd.h> header file. */
162 /* Define if valgrind should be used */
165 /* Defined if compiling for Windows */
169 #define LIBDIR PREFIX "\\lib"
171 /* gettext locale dir */
172 #define LOCALEDIR PREFIX "\\share\\locale"
174 /* Name of package */
175 #define PACKAGE "gst-plugins-bad"
177 /* Define to the address where bug reports for this package should be sent. */
178 #undef PACKAGE_BUGREPORT
180 /* Define to the full name of this package. */
183 /* Define to the full name and version of this package. */
184 #undef PACKAGE_STRING
186 /* Define to the one symbol short name of this package. */
187 #undef PACKAGE_TARNAME
189 /* Define to the version of this package. */
190 #undef PACKAGE_VERSION
192 /* directory where plugins are located */
193 #define PLUGINDIR PREFIX "\\lib\\gstreamer-0.10"
195 /* Define to 1 if you have the ANSI C header files. */
198 /* Define if we should poison deallocated memory */
201 /* Version number of package */
202 #define VERSION "0.11.92.1"
204 /* Define to 1 if your processor stores words with the most significant byte
205 first (like Motorola and SPARC, unlike Intel and VAX). */
206 #undef WORDS_BIGENDIAN
208 /* Number of bits in a file offset, on hosts where this is settable. */
209 #undef _FILE_OFFSET_BITS
211 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
212 #undef _LARGEFILE_SOURCE
214 /* Define for large files, on AIX-style hosts. */
217 /* Define to `__inline__' or `__inline' if that's what the C compiler
218 calls it, or to nothing if 'inline' is not supported under any name. */
221 #define GST_PACKAGE "Gst-plugins-bad"
222 #define PACKAGE "gst-plugins-bad"
223 #define GST_ORIGIN "gstreamer.freedesktop.org"