diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-21 17:34:23 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-21 17:34:23 +0000 |
commit | 436b928915f56a8bc56fc7065800fad7e474e158 (patch) | |
tree | 9d0680a8099f22e639058ce366e79032129f13f7 /src/libac3/bitstream.h | |
parent | a2c0482e17a5d1d0ea99d06b81e94c0e7b5cb4e2 (diff) | |
download | xine-lib-436b928915f56a8bc56fc7065800fad7e474e158.tar.gz xine-lib-436b928915f56a8bc56fc7065800fad7e474e158.tar.bz2 |
solaris and stability patches provided by Juergen Keil
CVS patchset: 211
CVS date: 2001/06/21 17:34:23
Diffstat (limited to 'src/libac3/bitstream.h')
-rw-r--r-- | src/libac3/bitstream.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libac3/bitstream.h b/src/libac3/bitstream.h index 84f3287c8..b5d896184 100644 --- a/src/libac3/bitstream.h +++ b/src/libac3/bitstream.h @@ -21,6 +21,11 @@ * */ +#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 |