summaryrefslogtreecommitdiff
path: root/apps/codecs/liba52/config.h
blob: 609536876784bbf5c3bf7f120cfc0302191293bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* 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 */

#ifndef SIMULATOR
#define WORDS_BIGENDIAN 1
#endif