changeset 2672:be04f746d1fe libavcodec

arm alignment fix
author michael
date Thu, 12 May 2005 18:54:03 +0000
parents 5619d89d243a
children 6f04c7a5bf24
files bitstream.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitstream.h	Thu May 12 15:13:19 2005 +0000
+++ b/bitstream.h	Thu May 12 18:54:03 2005 +0000
@@ -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