From 5085d59ddc52c03db5aa50285f42cc4c4d6c5ad2 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 12 May 2005 18:54:03 +0000 Subject: arm alignment fix Originally committed as revision 4228 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bitstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/bitstream.h') diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h index 4a9e49a845..ce664cee17 100644 --- a/libavcodec/bitstream.h +++ b/libavcodec/bitstream.h @@ -130,7 +130,7 @@ typedef struct RL_VLC_ELEM { uint8_t run; } RL_VLC_ELEM; -#ifdef ARCH_SPARC +#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L) #define UNALIGNED_STORES_ARE_BAD #endif -- cgit v1.2.3