summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/rtcp.h8
-rw-r--r--tools/rtp.h8
-rw-r--r--tools/sap.h8
-rw-r--r--xine_input_vdr_net.h8
4 files changed, 8 insertions, 24 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
diff --git a/xine_input_vdr_net.h b/xine_input_vdr_net.h
index 2280d448..da93476d 100644
--- a/xine_input_vdr_net.h
+++ b/xine_input_vdr_net.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_input_vdr_net.h,v 1.8 2007-03-08 13:17:34 phintuka Exp $
+ * $Id: xine_input_vdr_net.h,v 1.9 2007-03-29 14:22:27 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