1 /* include/config.h. Generated by configure. */
2 /* include/config.h.in. Generated from configure.in by autoheader. */
4 /* autodetect accelerations */
7 /* alpha architecture */
8 /* #undef ARCH_ALPHA */
10 /* ppc architecture */
13 /* sparc architecture */
14 /* #undef ARCH_SPARC */
16 /* x86 architecture */
19 /* maximum supported data alignment */
20 #define ATTRIBUTE_ALIGNED_MAX 64
22 /* debug mode configuration */
25 /* Define to 1 if you have the <altivec.h> header file. */
26 /* #undef HAVE_ALTIVEC_H */
28 /* Define if you have the `__builtin_expect' function. */
29 #define HAVE_BUILTIN_EXPECT
31 /* Define to 1 if you have the <dlfcn.h> header file. */
32 #define HAVE_DLFCN_H 1
34 /* Define to 1 if you have the `ftime' function. */
37 /* Define to 1 if you have the `gettimeofday' function. */
38 #define HAVE_GETTIMEOFDAY 1
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #define HAVE_INTTYPES_H 1
43 /* Define to 1 if you have the <io.h> header file. */
44 /* #undef HAVE_IO_H */
46 /* Define to 1 if you have the <memory.h> header file. */
47 #define HAVE_MEMORY_H 1
49 /* Define to 1 if you have the <stdint.h> header file. */
50 #define HAVE_STDINT_H 1
52 /* Define to 1 if you have the <stdlib.h> header file. */
53 #define HAVE_STDLIB_H 1
55 /* Define to 1 if you have the <strings.h> header file. */
56 #define HAVE_STRINGS_H 1
58 /* Define to 1 if you have the <string.h> header file. */
59 #define HAVE_STRING_H 1
61 /* Define to 1 if the system has the type `struct timeval'. */
62 #define HAVE_STRUCT_TIMEVAL 1
64 /* Define to 1 if you have the <sys/stat.h> header file. */
65 #define HAVE_SYS_STAT_H 1
67 /* Define to 1 if you have the <sys/timeb.h> header file. */
68 #define HAVE_SYS_TIMEB_H 1
70 /* Define to 1 if you have the <sys/time.h> header file. */
71 #define HAVE_SYS_TIME_H 1
73 /* Define to 1 if you have the <sys/types.h> header file. */
74 #define HAVE_SYS_TYPES_H 1
76 /* Define to 1 if you have the <time.h> header file. */
79 /* Define to 1 if you have the <unistd.h> header file. */
80 #define HAVE_UNISTD_H 1
82 /* libvo DirectX support */
85 /* libvo SDL support */
86 /* #undef LIBVO_SDL */
88 /* libvo X11 support */
91 /* libvo Xv support */
94 /* mpeg2dec profiling */
95 /* #undef MPEG2DEC_GPROF */
98 #define PACKAGE "mpeg2dec"
100 /* Define to the address where bug reports for this package should be sent. */
101 #define PACKAGE_BUGREPORT ""
103 /* Define to the full name of this package. */
104 #define PACKAGE_NAME ""
106 /* Define to the full name and version of this package. */
107 #define PACKAGE_STRING ""
109 /* Define to the one symbol short name of this package. */
110 #define PACKAGE_TARNAME ""
112 /* Define to the version of this package. */
113 #define PACKAGE_VERSION ""
115 /* Define as the return type of signal handlers (`int' or `void'). */
116 #define RETSIGTYPE void
118 /* The size of a `char', as computed by sizeof. */
119 /* #undef SIZEOF_CHAR */
121 /* The size of a `int', as computed by sizeof. */
122 /* #undef SIZEOF_INT */
124 /* The size of a `long', as computed by sizeof. */
125 /* #undef SIZEOF_LONG */
127 /* The size of a `short', as computed by sizeof. */
128 /* #undef SIZEOF_SHORT */
130 /* The size of a `void*', as computed by sizeof. */
131 /* #undef SIZEOF_VOIDP */
133 /* Define to 1 if you have the ANSI C header files. */
134 #define STDC_HEADERS 1
136 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
137 #define TIME_WITH_SYS_TIME 1
139 /* Version number of package */
140 #define VERSION "0.4.0"
142 /* Define to 1 if your processor stores words with the most significant byte
143 first (like Motorola and SPARC, unlike Intel and VAX). */
144 /* #undef WORDS_BIGENDIAN */
146 /* Define to 1 if the X Window System is missing or not being used. */
147 /* #undef X_DISPLAY_MISSING */
149 /* Number of bits in a file offset, on hosts where this is settable. */
150 #define _FILE_OFFSET_BITS 64
152 /* Define for large files, on AIX-style hosts. */
153 /* #undef _LARGE_FILES */
155 /* Define to empty if `const' does not conform to ANSI C. */
158 /* Define to `__inline__' or `__inline' if that's what the C compiler
159 calls it, or to nothing if 'inline' is not supported under any name. */
161 #define inline __attribute__ ((__always_inline__))
164 /* Define as `__restrict' if that's what the C compiler calls it, or to
165 nothing if it is not supported. */
166 #define restrict __restrict__
168 /* Define to `unsigned' if <sys/types.h> does not define. */
171 /* Define to empty if the keyword `volatile' does not work. Warning: valid
172 code using `volatile' can become incorrect without. Disable with care. */
173 /* #undef volatile */