rockbox/apps/codecs/liba52/config-a52.h
Jens Arnold 2ad0dec0b7 Renamed config.h to config-a52.h to avoid name clash with rockbox' config.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6068 a1c6a512-1295-4272-9138-f99709370657
2005-02-26 10:31:20 +00:00

24 lines
519 B
C

/* 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