summaryrefslogtreecommitdiffstats
path: root/apps/codecs/liba52/config-a52.h
blob: ade7ecf9b8b84007230a548c444da3cfd564579e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#include "codeclib.h"

/* a52dec profiling */
/* #undef A52DEC_GPROF */

/* Define to 1 if you have the `memalign' function. */
/* #undef HAVE_MEMALIGN 1 */

/* liba52 djbfft support */
/* #undef LIBA52_DJBFFT */

/* a52 sample precision */
/* #undef LIBA52_DOUBLE */

/* use fixed-point arithmetic */
#define LIBA52_FIXED

/* Define to 1 if your processor stores words with the most significant byte
   first (like Motorola and SPARC, unlike Intel and VAX). */

/* Used in bitstream.h */

#ifdef ROCKBOX_BIG_ENDIAN
#define WORDS_BIGENDIAN 1
#endif