f40bfc9267
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius <nils@rockbox.org> Tested-by: Nils Wallménius <nils@rockbox.org>
26 lines
550 B
C
26 lines
550 B
C
#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
|
|
|