projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix compress filter for big endian systems
[paraslash.git]
/
oggdec.c
diff --git
a/oggdec.c
b/oggdec.c
index
929e2ec
..
82ac9b4
100644
(file)
--- a/
oggdec.c
+++ b/
oggdec.c
@@
-31,7
+31,11
@@
/** \cond some internal constants */
#define BITS 16
+#ifdef WORDS_BIGENDIAN
+#define ENDIAN 1
+#else
#define ENDIAN 0
+#endif
#define SIGN 1
/** \endcond */