|
13 | 13 | /* Do not build the float API */
|
14 | 14 | #define DISABLE_FLOAT_API 1
|
15 | 15 |
|
16 |
| -/* Disable bitstream fixes from RFC 8251 */ |
17 |
| -#undef DISABLE_UPDATE_DRAFT |
| 16 | +// /* Disable bitstream fixes from RFC 8251 */ |
| 17 | +// #undef DISABLE_UPDATE_DRAFT |
18 | 18 |
|
19 | 19 | /* Assertions */
|
20 | 20 | #define ENABLE_ASSERTIONS 1
|
21 | 21 |
|
22 |
| -/* Hardening */ |
23 |
| -#undef ENABLE_HARDENING |
| 22 | +// /* Hardening */ |
| 23 | +// #undef ENABLE_HARDENING |
24 | 24 |
|
25 |
| -/* Debug fixed-point implementation */ |
26 |
| -#undef FIXED_DEBUG |
| 25 | +// /* Debug fixed-point implementation */ |
| 26 | +// #undef FIXED_DEBUG |
27 | 27 |
|
28 | 28 | /* Compile as fixed-point (for machines without a fast enough FPU) */
|
29 | 29 | #define FIXED_POINT 1
|
30 | 30 |
|
31 |
| -/* Float approximations */ |
32 |
| -#undef FLOAT_APPROX |
| 31 | +// /* Float approximations */ |
| 32 | +// #undef FLOAT_APPROX |
33 | 33 |
|
34 |
| -/* Fuzzing */ |
35 |
| -#undef FUZZING |
| 34 | +// /* Fuzzing */ |
| 35 | +// #undef FUZZING |
36 | 36 |
|
37 |
| -/* Define to 1 if you have the <alloca.h> header file. */ |
38 |
| -#undef HAVE_ALLOCA_H |
| 37 | +// /* Define to 1 if you have the <alloca.h> header file. */ |
| 38 | +// #undef HAVE_ALLOCA_H |
39 | 39 |
|
40 |
| -/* NE10 library is installed on host. Make sure it is on target! */ |
41 |
| -#undef HAVE_ARM_NE10 |
| 40 | +// /* NE10 library is installed on host. Make sure it is on target! */ |
| 41 | +// #undef HAVE_ARM_NE10 |
42 | 42 |
|
43 |
| -/* Define to 1 if you have the <dlfcn.h> header file. */ |
44 |
| -#undef HAVE_DLFCN_H |
| 43 | +// /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 44 | +// #undef HAVE_DLFCN_H |
45 | 45 |
|
46 | 46 | /* Define to 1 if you have the <inttypes.h> header file. */
|
47 | 47 | #define HAVE_INTTYPES_H 1
|
|
61 | 61 | /* Define to 1 if you have the <stdlib.h> header file. */
|
62 | 62 | #define HAVE_STDLIB_H 1
|
63 | 63 |
|
64 |
| -/* Define to 1 if you have the <strings.h> header file. */ |
65 |
| -#undef HAVE_STRINGS_H |
| 64 | +// /* Define to 1 if you have the <strings.h> header file. */ |
| 65 | +// #undef HAVE_STRINGS_H |
66 | 66 |
|
67 |
| -/* Define to 1 if you have the <string.h> header file. */ |
68 |
| -#undef HAVE_STRING_H |
| 67 | +// /* Define to 1 if you have the <string.h> header file. */ |
| 68 | +// #undef HAVE_STRING_H |
69 | 69 |
|
70 |
| -/* Define to 1 if you have the <sys/stat.h> header file. */ |
71 |
| -#undef HAVE_SYS_STAT_H |
| 70 | +// /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 71 | +// #undef HAVE_SYS_STAT_H |
72 | 72 |
|
73 |
| -/* Define to 1 if you have the <sys/types.h> header file. */ |
74 |
| -#undef HAVE_SYS_TYPES_H |
| 73 | +// /* Define to 1 if you have the <sys/types.h> header file. */ |
| 74 | +// #undef HAVE_SYS_TYPES_H |
75 | 75 |
|
76 |
| -/* Define to 1 if you have the <unistd.h> header file. */ |
77 |
| -#undef HAVE_UNISTD_H |
| 76 | +// /* Define to 1 if you have the <unistd.h> header file. */ |
| 77 | +// #undef HAVE_UNISTD_H |
78 | 78 |
|
79 |
| -/* Define to 1 if you have the `__malloc_hook' function. */ |
80 |
| -#undef HAVE___MALLOC_HOOK |
| 79 | +// /* Define to 1 if you have the `__malloc_hook' function. */ |
| 80 | +// #undef HAVE___MALLOC_HOOK |
81 | 81 |
|
82 |
| -/* Define to the sub-directory where libtool stores uninstalled libraries. */ |
83 |
| -#undef LT_OBJDIR |
| 82 | +// /* Define to the sub-directory where libtool stores uninstalled libraries. */ |
| 83 | +// #undef LT_OBJDIR |
84 | 84 |
|
85 | 85 | // /* Make use of ARM asm optimization */
|
86 | 86 | // #undef OPUS_ARM_ASM
|
|
178 | 178 | // /* Define to 1 if you have the ANSI C header files. */
|
179 | 179 | // #undef STDC_HEADERS
|
180 | 180 |
|
181 |
| -/* Make use of alloca */ |
182 |
| -#undef USE_ALLOCA |
| 181 | +// /* Make use of alloca */ |
| 182 | +// #undef USE_ALLOCA |
183 | 183 |
|
184 |
| -/* Use C99 variable-size arrays */ |
185 |
| -#undef VAR_ARRAYS |
| 184 | +// /* Use C99 variable-size arrays */ |
| 185 | +// #undef VAR_ARRAYS |
186 | 186 |
|
187 | 187 | /* Simulated Stack using the Heap */
|
188 | 188 | #define NONTHREADSAFE_PSEUDOSTACK 1
|
189 | 189 |
|
190 | 190 | /* Simulated Stack Size using the Heap */
|
191 | 191 | #define GLOBAL_STACK_SIZE 60000
|
192 | 192 |
|
193 |
| -/* Define to empty if `const' does not conform to ANSI C. */ |
194 |
| -#undef const |
195 |
| - |
196 |
| -/* Define to `__inline__' or `__inline' if that's what the C compiler |
197 |
| - calls it, or to nothing if 'inline' is not supported under any name. */ |
198 |
| -#ifndef __cplusplus |
199 |
| -#undef inline |
200 |
| -#endif |
201 |
| - |
202 |
| -/* Define to the equivalent of the C99 'restrict' keyword, or to |
203 |
| - nothing if this is not supported. Do not define if restrict is |
204 |
| - supported directly. */ |
205 |
| -#undef restrict |
206 |
| -/* Work around a bug in Sun C++: it does not support _Restrict or |
207 |
| - __restrict__, even though the corresponding Sun C compiler ends up with |
208 |
| - "#define restrict _Restrict" or "#define restrict __restrict__" in the |
209 |
| - previous line. Perhaps some future version of Sun C++ will work with |
210 |
| - restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ |
211 |
| -#if defined __SUNPRO_CC && !defined __RESTRICT |
212 |
| -# define _Restrict |
213 |
| -# define __restrict__ |
214 |
| -#endif |
| 193 | +// /* Define to empty if `const' does not conform to ANSI C. */ |
| 194 | +// #undef const |
| 195 | + |
| 196 | +// /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 197 | +// calls it, or to nothing if 'inline' is not supported under any name. */ |
| 198 | +// #ifndef __cplusplus |
| 199 | +// #undef inline |
| 200 | +// #endif |
| 201 | + |
| 202 | +// /* Define to the equivalent of the C99 'restrict' keyword, or to |
| 203 | +// nothing if this is not supported. Do not define if restrict is |
| 204 | +// supported directly. */ |
| 205 | +// #undef restrict |
| 206 | +// /* Work around a bug in Sun C++: it does not support _Restrict or |
| 207 | +// __restrict__, even though the corresponding Sun C compiler ends up with |
| 208 | +// "#define restrict _Restrict" or "#define restrict __restrict__" in the |
| 209 | +// previous line. Perhaps some future version of Sun C++ will work with |
| 210 | +// restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ |
| 211 | +// #if defined __SUNPRO_CC && !defined __RESTRICT |
| 212 | +// # define _Restrict |
| 213 | +// # define __restrict__ |
| 214 | +// #endif |
215 | 215 |
|
216 | 216 |
|
217 | 217 | /* Do not build reading support */
|
218 |
| -#define OGGZ_CONFIG_READ 0 |
| 218 | +#define OGGZ_CONFIG_READ 1 |
219 | 219 |
|
220 | 220 | /* Do not build writing support */
|
221 |
| -#define OGGZ_CONFIG_WRITE 0 |
| 221 | +#define OGGZ_CONFIG_WRITE 1 |
0 commit comments