diff -r 775a72905708 -r a12155461b34 misc/libtremor/tremor/os.h --- a/misc/libtremor/tremor/os.h Sun Oct 28 03:48:37 2012 +0100 +++ b/misc/libtremor/tremor/os.h Sun Oct 28 04:00:07 2012 +0100 @@ -41,6 +41,8 @@ # define rint(x) (floor((x)+0.5f)) # define NO_FLOAT_MATH_LIB # define FAST_HYPOT(a, b) sqrt((a)*(a) + (b)*(b)) +# define LITTLE_ENDIAN 1 +# define BYTE_ORDER LITTLE_ENDIAN #endif #ifdef HAVE_ALLOCA_H