gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog libbase/tu_types.h


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash ChangeLog libbase/tu_types.h
Date: Fri, 09 Feb 2007 17:23:04 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Bastiaan Jacques <bjacques>     07/02/09 17:23:03

Modified files:
        .              : ChangeLog 
        libbase        : tu_types.h 

Log message:
        Add the BYTE_ORDER name used on Mac OSX.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2292&r2=1.2293
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/tu_types.h?cvsroot=gnash&r1=1.31&r2=1.32

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2292
retrieving revision 1.2293
diff -u -b -r1.2292 -r1.2293
--- ChangeLog   9 Feb 2007 16:40:42 -0000       1.2292
+++ ChangeLog   9 Feb 2007 17:23:03 -0000       1.2293
@@ -1,3 +1,7 @@
+2007-02-09 Bastiaan Jacques <address@hidden>
+
+       * libbase/tu_types.h: Add the BYTE_ORDER name used on Mac OSX.
+
 2007-02-09 Tomas Groth Christensen <address@hidden>
 
        * libbase/Makefile.am: Added embedVideoDecoderGst.{cpp,h}.

Index: libbase/tu_types.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/tu_types.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- libbase/tu_types.h  29 Oct 2006 18:34:11 -0000      1.31
+++ libbase/tu_types.h  9 Feb 2007 17:23:03 -0000       1.32
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: tu_types.h,v 1.31 2006/10/29 18:34:11 rsavoye Exp $ */
+/* $Id: tu_types.h,v 1.32 2007/02/09 17:23:03 bjacques Exp $ */
 
 #ifndef TU_TYPES_H
 #define TU_TYPES_H
@@ -73,7 +73,7 @@
 #  endif // BYTE_ORDER
 #endif // BYTE_ORDER
 
-#if ((BYTE_ORDER == __LITTLE_ENDIAN)||(BYTE_ORDER == _LITTLE_ENDIAN))
+#if ((BYTE_ORDER == LITTLE_ENDIAN) || (BYTE_ORDER == __LITTLE_ENDIAN) || 
(BYTE_ORDER == _LITTLE_ENDIAN))
 #      define _TU_LITTLE_ENDIAN_ 1
 #else
 #      undef _TU_LITTLE_ENDIAN_




reply via email to

[Prev in Thread] Current Thread [Next in Thread]