summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/liba52/config-a52.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/liba52/config-a52.h')
-rw-r--r--lib/rbcodec/codecs/liba52/config-a52.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/liba52/config-a52.h b/lib/rbcodec/codecs/liba52/config-a52.h
new file mode 100644
index 0000000000..ade7ecf9b8
--- /dev/null
+++ b/lib/rbcodec/codecs/liba52/config-a52.h
@@ -0,0 +1,26 @@
1#include "codeclib.h"
2
3/* a52dec profiling */
4/* #undef A52DEC_GPROF */
5
6/* Define to 1 if you have the `memalign' function. */
7/* #undef HAVE_MEMALIGN 1 */
8
9/* liba52 djbfft support */
10/* #undef LIBA52_DJBFFT */
11
12/* a52 sample precision */
13/* #undef LIBA52_DOUBLE */
14
15/* use fixed-point arithmetic */
16#define LIBA52_FIXED
17
18/* Define to 1 if your processor stores words with the most significant byte
19 first (like Motorola and SPARC, unlike Intel and VAX). */
20
21/* Used in bitstream.h */
22
23#ifdef ROCKBOX_BIG_ENDIAN
24#define WORDS_BIGENDIAN 1
25#endif
26