Commit f1cf648c authored by aurel's avatar aurel

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8777 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8b1098fa
...@@ -166,7 +166,7 @@ typedef struct RL_VLC_ELEM { ...@@ -166,7 +166,7 @@ typedef struct RL_VLC_ELEM {
uint8_t run; uint8_t run;
} RL_VLC_ELEM; } 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 #define UNALIGNED_STORES_ARE_BAD
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment