summaryrefslogtreecommitdiff
path: root/src/libac3/bitstream.h
diff options
context:
space:
mode:
authoruid56437 <none@none>2001-07-04 14:09:52 +0000
committeruid56437 <none@none>2001-07-04 14:09:52 +0000
commitdcf6b20403886932bff88ba93fa47c954abc38a6 (patch)
tree56d3773485e25a8089017c4b281158caba959da6 /src/libac3/bitstream.h
parent0342d76c613911b282e14a1188326075d1d43bca (diff)
downloadxine-lib-dcf6b20403886932bff88ba93fa47c954abc38a6.tar.gz
xine-lib-dcf6b20403886932bff88ba93fa47c954abc38a6.tar.bz2
* 32-bit aligned memory access for bitstream access, so a SPARC cpu is happy.
* gcc-3.0 fixes for bit_allocate.c: The same variable is used with autoincrement on left/right side of an assigment, which is an undefined operation. CVS patchset: 246 CVS date: 2001/07/04 14:09:52
Diffstat (limited to 'src/libac3/bitstream.h')
-rw-r--r--src/libac3/bitstream.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libac3/bitstream.h b/src/libac3/bitstream.h
index b5d896184..84f3287c8 100644
--- a/src/libac3/bitstream.h
+++ b/src/libac3/bitstream.h
@@ -21,11 +21,6 @@
*
*/
-#warning FIXME: need WORDS_BIGENDIAN autoconf test
-#ifdef __sparc__
-#define WORDS_BIGENDIAN 1
-#endif
-
//My new and improved vego-matic endian swapping routine
//(stolen from the kernel)
#ifdef WORDS_BIGENDIAN