summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_real.c
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2002-10-06 03:48:13 +0000
committerRobin KAY <komadori@users.sourceforge.net>2002-10-06 03:48:13 +0000
commit24ed40652239b8e3841803e473b31736b4d04bca (patch)
tree32858182f1bbd66458e4467608cdad8efe6a9b09 /src/demuxers/demux_real.c
parent08d0890139902ec1a227d2bd429585534fa6ff24 (diff)
downloadxine-lib-24ed40652239b8e3841803e473b31736b4d04bca.tar.gz
xine-lib-24ed40652239b8e3841803e473b31736b4d04bca.tar.bz2
Workaround for code generation bug in gcc on SPARC. Mike's endian macros now moved to bswap.h
CVS patchset: 2794 CVS date: 2002/10/06 03:48:13
Diffstat (limited to 'src/demuxers/demux_real.c')
-rw-r--r--src/demuxers/demux_real.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/demuxers/demux_real.c b/src/demuxers/demux_real.c
index 9d76dc783..53392314d 100644
--- a/src/demuxers/demux_real.c
+++ b/src/demuxers/demux_real.c
@@ -21,7 +21,7 @@
* For more information regarding the Real file format, visit:
* http://www.pcisys.net/~melanson/codecs/
*
- * $Id: demux_real.c,v 1.2 2002/10/06 02:35:08 tmmm Exp $
+ * $Id: demux_real.c,v 1.3 2002/10/06 03:48:13 komadori Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -41,9 +41,6 @@
#include "demux.h"
#include "bswap.h"
-#define BE_16(x) (be2me_16(*(uint16_t *)(x)))
-#define BE_32(x) (be2me_32(*(uint32_t *)(x)))
-
#define FOURCC_TAG( ch0, ch1, ch2, ch3 ) \
( (long)(unsigned char)(ch3) | \
( (long)(unsigned char)(ch2) << 8 ) | \