diff -r 78a00bc68913 -r 767d3c4153a1 misc/libtremor/tremor/os.h --- a/misc/libtremor/tremor/os.h Thu Sep 20 23:04:10 2012 +0200 +++ b/misc/libtremor/tremor/os.h Fri Sep 21 00:50:04 2012 +0200 @@ -41,8 +41,6 @@ # 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