[Mplayer-cvslog] CVS: main/liba52 bitstream.h,1.6,1.7
Alex Beregszaszi
alex at mplayerhq.hu
Fri Jun 20 15:11:05 CEST 2003
Update of /cvsroot/mplayer/main/liba52
In directory mail:/var/tmp.root/cvs-serv2713
Modified Files:
bitstream.h
Log Message:
arm support by armin.gerritsen at philips.com (also seen a patch like this on openzaurus' mplayer port)
Index: bitstream.h
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/bitstream.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bitstream.h 7 May 2003 23:25:25 -0000 1.6
+++ bitstream.h 20 Jun 2003 13:10:42 -0000 1.7
@@ -32,7 +32,7 @@
#define ALT_BITSTREAM_READER
/* used to avoid missaligned exceptions on some archs (alpha, ...) */
-#ifdef ARCH_X86
+#if defined (ARCH_X86) || defined(ARCH_ARMV4L)
# define unaligned32(a) (*(uint32_t*)(a))
#else
# ifdef __GNUC__
More information about the MPlayer-cvslog
mailing list