summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/rtcp.h8
-rw-r--r--tools/rtp.h8
-rw-r--r--tools/sap.h8
3 files changed, 6 insertions, 18 deletions
diff --git a/tools/rtcp.h b/tools/rtcp.h
index bb09b9e7..608f2daf 100644
--- a/tools/rtcp.h
+++ b/tools/rtcp.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: rtcp.h,v 1.2 2007-03-27 02:33:09 phintuka Exp $
+ * $Id: rtcp.h,v 1.3 2007-03-29 14:22:31 phintuka Exp $
*
*/
@@ -12,11 +12,7 @@
#define XINELIBOUTPUT_RTCP_H_
#ifdef __APPLE__
-# ifdef __i386__
-# include <i386/endian.h>
-# else
-# include <ppc/endian.h>
-# endif
+# include <machine/endian.h>
#else
# include <endian.h>
#endif
diff --git a/tools/rtp.h b/tools/rtp.h
index 64234f34..fa2ccf63 100644
--- a/tools/rtp.h
+++ b/tools/rtp.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: rtp.h,v 1.2 2007-03-27 02:33:09 phintuka Exp $
+ * $Id: rtp.h,v 1.3 2007-03-29 14:22:31 phintuka Exp $
*
*/
@@ -12,11 +12,7 @@
#define XINELIBOUTPUT_RTP_H_
#ifdef __APPLE__
-# ifdef __i386__
-# include <i386/endian.h>
-# else
-# include <ppc/endian.h>
-# endif
+# include <machine/endian.h>
#else
# include <endian.h>
#endif
diff --git a/tools/sap.h b/tools/sap.h
index f0863f2e..6b341efc 100644
--- a/tools/sap.h
+++ b/tools/sap.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: sap.h,v 1.7 2007-03-27 02:33:09 phintuka Exp $
+ * $Id: sap.h,v 1.8 2007-03-29 14:22:30 phintuka Exp $
*
*/
@@ -13,11 +13,7 @@
#include <arpa/inet.h>
#ifdef __APPLE__
-# ifdef __i386__
-# include <i386/endian.h>
-# else
-# include <ppc/endian.h>
-# endif
+# include <machine/endian.h>
#else
# include <endian.h>
#endif