[xiph-commits] r11212 - trunk/Tremor
illiminable at svn.xiph.org
illiminable at svn.xiph.org
Fri Apr 21 11:36:40 PDT 2006
Author: illiminable
Date: 2006-04-21 11:36:37 -0700 (Fri, 21 Apr 2006)
New Revision: 11212
Modified:
trunk/Tremor/os.h
Log:
* define little endian in os.h for win32
Modified: trunk/Tremor/os.h
===================================================================
--- trunk/Tremor/os.h 2006-04-21 18:32:44 UTC (rev 11211)
+++ trunk/Tremor/os.h 2006-04-21 18:36:37 UTC (rev 11212)
@@ -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
More information about the commits
mailing list