Rewrite dircache generation to take advantage for the FAT code. Reduce RAM usage...
[kugel-rb.git] / apps / codecs / liba52 / config-a52.h
blobade7ecf9b8b84007230a548c444da3cfd564579e
1 #include "codeclib.h"
3 /* a52dec profiling */
4 /* #undef A52DEC_GPROF */
6 /* Define to 1 if you have the `memalign' function. */
7 /* #undef HAVE_MEMALIGN 1 */
9 /* liba52 djbfft support */
10 /* #undef LIBA52_DJBFFT */
12 /* a52 sample precision */
13 /* #undef LIBA52_DOUBLE */
15 /* use fixed-point arithmetic */
16 #define LIBA52_FIXED
18 /* Define to 1 if your processor stores words with the most significant byte
19 first (like Motorola and SPARC, unlike Intel and VAX). */
21 /* Used in bitstream.h */
23 #ifdef ROCKBOX_BIG_ENDIAN
24 #define WORDS_BIGENDIAN 1
25 #endif