Mercurial > libavcodec.hg
diff bitstream.h @ 4875:90d7898ff5d5 libavcodec
Blackfin is a strictly aligned processor.
Patch by Marc Hoffman mmh _at_ pleasantst.com
Subject: [Ffmpeg-devel] PATCH Blackfin UNALIGNED_STORES_ARE_BAD in bitstream.h
Date: Tue, 17 Apr 2007 06:12:02 -0400
author | aurel |
---|---|
date | Sat, 21 Apr 2007 23:05:30 +0000 |
parents | 522e52c630bd |
children | 0d503c12092b |
line wrap: on
line diff
--- a/bitstream.h Sat Apr 21 18:47:30 2007 +0000 +++ b/bitstream.h Sat Apr 21 23:05:30 2007 +0000 @@ -166,7 +166,7 @@ uint8_t run; } RL_VLC_ELEM; -#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L) || defined(ARCH_MIPS) +#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L) || defined(ARCH_MIPS) || defined(ARCH_BFIN) #define UNALIGNED_STORES_ARE_BAD #endif