[rtmpdump] r235 - trunk/bytes.h
hyc
subversion at mplayerhq.hu
Thu Jan 14 08:11:48 CET 2010
Author: hyc
Date: Thu Jan 14 08:11:47 2010
New Revision: 235
Log:
Use __APPLE__ instead of __MACOSX__
Modified:
trunk/bytes.h
Modified: trunk/bytes.h
==============================================================================
--- trunk/bytes.h Sun Jan 10 05:33:34 2010 (r234)
+++ trunk/bytes.h Thu Jan 14 08:11:47 2010 (r235)
@@ -41,7 +41,7 @@ typedef unsigned char uint8_t;
#define __LITTLE_ENDIAN LITTLE_ENDIAN
#define __BYTE_ORDER BYTE_ORDER
-#elif (defined(BSD) && (BSD >= 199103)) || defined(__MacOSX__) // more BSD
+#elif (defined(BSD) && (BSD >= 199103)) || defined(__APPLE__) // more BSD
#include <machine/endian.h>
#define __BIG_ENDIAN BIG_ENDIAN
#define __LITTLE_ENDIAN LITTLE_ENDIAN
More information about the rtmpdump
mailing list