[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec bitstream.h,1.151,1.152
Michael Niedermayer CVS
michael
Thu May 12 20:54:06 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv23300/libavcodec
Modified Files:
bitstream.h
Log Message:
arm alignment fix
Index: bitstream.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/bitstream.h,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- bitstream.h 11 May 2005 01:46:13 -0000 1.151
+++ bitstream.h 12 May 2005 18:54:03 -0000 1.152
@@ -130,7 +130,7 @@
uint8_t run;
} RL_VLC_ELEM;
-#ifdef ARCH_SPARC
+#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L)
#define UNALIGNED_STORES_ARE_BAD
#endif
More information about the ffmpeg-cvslog
mailing list