summaryrefslogtreecommitdiff
path: root/apps/codecs/liba52/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/liba52/config.h')
-rw-r--r--apps/codecs/liba52/config.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/codecs/liba52/config.h b/apps/codecs/liba52/config.h
new file mode 100644
index 0000000000..dc8515971c
--- /dev/null
+++ b/apps/codecs/liba52/config.h
@@ -0,0 +1,21 @@
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#define WORDS_BIGENDIAN 1