summaryrefslogtreecommitdiff
path: root/apps/codecs/liba52/config-a52.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/liba52/config-a52.h')
-rw-r--r--apps/codecs/liba52/config-a52.h24
1 files changed, 24 insertions, 0 deletions
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 @@
1/* a52dec profiling */
2/* #undef A52DEC_GPROF */
3
4/* Define to 1 if you have the `memalign' function. */
5/* #undef HAVE_MEMALIGN 1 */
6
7/* liba52 djbfft support */
8/* #undef LIBA52_DJBFFT */
9
10/* a52 sample precision */
11/* #undef LIBA52_DOUBLE */
12
13/* use fixed-point arithmetic */
14#define LIBA52_FIXED
15
16/* Define to 1 if your processor stores words with the most significant byte
17 first (like Motorola and SPARC, unlike Intel and VAX). */
18
19/* Used in bitstream.h */
20
21#ifndef SIMULATOR
22#define WORDS_BIGENDIAN 1
23#endif
24