From 2ad0dec0b75f2cfc438826e34579a4f7a55426ee Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 26 Feb 2005 10:31:20 +0000 Subject: 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 --- apps/codecs/liba52/config-a52.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 apps/codecs/liba52/config-a52.h (limited to 'apps/codecs/liba52/config-a52.h') diff --git a/apps/codecs/liba52/config-a52.h b/apps/codecs/liba52/config-a52.h new file mode 100644 index 0000000000..d8aa77dfae --- /dev/null +++ b/apps/codecs/liba52/config-a52.h @@ -0,0 +1,24 @@ +/* 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 + -- cgit v1.2.3