summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2001-07-16 10:15:14 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2001-07-16 10:15:14 +0000
commit65d473e411929996584d8841790a9e583db6781d (patch)
tree0fc6de18cfd667d57936149451ae8bd9bf995d00 /src
parent3f59230c2cab7cf67846f00b8a1f7ab3e2a450c4 (diff)
downloadxine-lib-65d473e411929996584d8841790a9e583db6781d.tar.gz
xine-lib-65d473e411929996584d8841790a9e583db6781d.tar.bz2
Include config.h, so that we know the correct value of WORDS_BIGENDIAN
CVS patchset: 287 CVS date: 2001/07/16 10:15:14
Diffstat (limited to 'src')
-rw-r--r--src/libac3/bitstream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libac3/bitstream.h b/src/libac3/bitstream.h
index 84f3287c8..f290f7f66 100644
--- a/src/libac3/bitstream.h
+++ b/src/libac3/bitstream.h
@@ -21,6 +21,8 @@
*
*/
+#include "config.h"
+
//My new and improved vego-matic endian swapping routine
//(stolen from the kernel)
#ifdef WORDS_BIGENDIAN