summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZentaro Kavanagh <illiminable@xiph.org>2006-04-21 18:36:37 +0000
committerZentaro Kavanagh <illiminable@xiph.org>2006-04-21 18:36:37 +0000
commit6e95058c402013364a412157a69ece11d8d5c21f (patch)
treee2cf54e1cb8cc8993f4fdb40f905fec5cbb0c1b1
parent33d07d9f01d19eadaa3ccc3255e64f8818457e52 (diff)
downloadtremor-6e95058c402013364a412157a69ece11d8d5c21f.tar.gz
* define little endian in os.h for win32
git-svn-id: https://svn.xiph.org/trunk/Tremor@11212 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--os.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os.h b/os.h
index 65a4992..95e6e27 100644
--- a/os.h
+++ b/os.h
@@ -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