summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_voc.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_voc.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_voc.c')
-rw-r--r--src/demuxers/demux_voc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/demuxers/demux_voc.c b/src/demuxers/demux_voc.c
index 099a64524..0d9e19c68 100644
--- a/src/demuxers/demux_voc.c
+++ b/src/demuxers/demux_voc.c
@@ -23,7 +23,7 @@
* It will only play that block if it is PCM data. More variations will be
* supported as they are encountered.
*
- * $Id: demux_voc.c,v 1.10 2002/10/05 21:09:18 komadori Exp $
+ * $Id: demux_voc.c,v 1.11 2002/10/06 03:48:13 komadori Exp $
*
*/
@@ -45,9 +45,6 @@
#include "buffer.h"
#include "bswap.h"
-#define LE_16(x) (le2me_16(*(uint16_t *)(x)))
-#define LE_32(x) (le2me_32(*(uint32_t *)(x)))
-
#define VALID_ENDS "voc"
#define PCM_BLOCK_ALIGN 1024
#define VOC_HEADER_SIZE 0x1A