2008-11-20 11:27:31 +00:00
|
|
|
#include "codeclib.h"
|
2005-02-28 20:55:31 +00:00
|
|
|
|
2005-02-16 11:02:11 +00:00
|
|
|
/* 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 */
|
|
|
|
|
2005-05-07 22:41:17 +00:00
|
|
|
#ifdef ROCKBOX_BIG_ENDIAN
|
2005-02-16 11:02:11 +00:00
|
|
|
#define WORDS_BIGENDIAN 1
|
2005-02-18 16:26:42 +00:00
|
|
|
#endif
|
2005-02-26 10:31:20 +00:00
|
|
|
|