changeset 7849 | a12155461b34 |
parent 7697 | 767d3c4153a1 |
--- 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