rockbox/apps/codecs/liba52/config-a52.h
Björn Stenberg c6b3d38a15 New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles.
Many #include lines adjusted to conform to the new standards.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19146 a1c6a512-1295-4272-9138-f99709370657
2008-11-20 11:27:31 +00:00

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