summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libfaad/faad_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libfaad/faad_config.h')
-rw-r--r--lib/rbcodec/codecs/libfaad/faad_config.h120
1 files changed, 120 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libfaad/faad_config.h b/lib/rbcodec/codecs/libfaad/faad_config.h
new file mode 100644
index 0000000000..163b55669e
--- /dev/null
+++ b/lib/rbcodec/codecs/libfaad/faad_config.h
@@ -0,0 +1,120 @@
1/* config.h. Generated by configure. */
2/* config.h.in. Generated from configure.in by autoheader. */
3
4#include <config.h>
5
6/* Define if you want to use libfaad together with Digital Radio Mondiale
7 (DRM) */
8/* #undef DRM */
9
10/* Define if you want support for Digital Radio Mondiale (DRM) parametric
11 stereo */
12/* #undef DRM_PS */
13
14/* Define to 1 if you have the <dlfcn.h> header file. */
15//#define HAVE_DLFCN_H 1
16
17/* Define to 1 if you have the <errno.h> header file. */
18//#define HAVE_ERRNO_H 1
19
20/* Define if needed */
21/* #undef HAVE_FLOAT32_T */
22
23/* Define to 1 if you have the <float.h> header file. */
24//#define HAVE_FLOAT_H 1
25
26/* Define to 1 if you have the `getpwuid' function. */
27#define HAVE_GETPWUID 1
28
29/* Define to 1 if you have the <inttypes.h> header file. */
30#define HAVE_INTTYPES_H 1
31
32/* Define if you have the IOKit API */
33/* #undef HAVE_IOKIT_IOKITLIB_H */
34
35/* Define to 1 if you have the <limits.h> header file. */
36//#define HAVE_LIMITS_H 1
37
38/* Define to 1 if you have the <mathf.h> header file. */
39/* #undef HAVE_MATHF_H */
40
41/* Define to 1 if you have the `memcpy' function. */
42#define HAVE_MEMCPY 1
43
44/* Define to 1 if you have the <memory.h> header file. */
45//#define HAVE_MEMORY_H 1
46
47/* Define to 1 if you have the <stdint.h> header file. */
48//#define HAVE_STDINT_H 1
49
50/* Define to 1 if you have the <stdlib.h> header file. */
51#define HAVE_STDLIB_H 1
52
53/* Define to 1 if you have the `strchr' function. */
54#define HAVE_STRCHR 1
55
56/* Define to 1 if you have the <strings.h> header file. */
57//#define HAVE_STRINGS_H 1
58
59/* Define to 1 if you have the <string.h> header file. */
60#define HAVE_STRING_H 1
61
62/* Define to 1 if you have the `strsep' function. */
63//#define HAVE_STRSEP 1
64
65/* Define to 1 if you have the <sysfs/libsysfs.h> header file. */
66/* #undef HAVE_SYSFS_LIBSYSFS_H */
67
68/* Define to 1 if you have the <sys/stat.h> header file. */
69//#define HAVE_SYS_STAT_H 1
70
71/* Define to 1 if you have the <sys/time.h> header file. */
72//#define HAVE_SYS_TIME_H 1
73
74/* Define to 1 if you have the <sys/types.h> header file. */
75//#define HAVE_SYS_TYPES_H 1
76
77/* Define to 1 if you have the <unistd.h> header file. */
78//#define HAVE_UNISTD_H 1
79
80/* Name of package */
81#define PACKAGE "faad2"
82
83/* Define to the address where bug reports for this package should be sent. */
84#define PACKAGE_BUGREPORT ""
85
86/* Define to the full name of this package. */
87#define PACKAGE_NAME ""
88
89/* Define to the full name and version of this package. */
90#define PACKAGE_STRING ""
91
92/* Define to the one symbol short name of this package. */
93#define PACKAGE_TARNAME ""
94
95/* Define to the version of this package. */
96#define PACKAGE_VERSION ""
97
98/* Define to 1 if you have the ANSI C header files. */
99#define STDC_HEADERS 1
100
101/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
102//#define TIME_WITH_SYS_TIME 1
103
104/* Version number of package */
105#define LIBFAAD_VERSION "2.0"
106
107/* Define to 1 if your processor stores words with the most significant byte
108 first (like Motorola and SPARC, unlike Intel and VAX). */
109#ifdef ROCKBOX_BIG_ENDIAN
110#define WORDS_BIGENDIAN 1
111#endif
112
113/* Define to `__inline__' or `__inline' if that's what the C compiler
114 calls it, or to nothing if 'inline' is not supported under any name. */
115#ifndef __cplusplus
116/* #undef inline */
117#endif
118
119/* Define to `long' if <sys/types.h> does not define. */
120/* #undef off_t */