Commit a9c84784 authored by mru's avatar mru

MIPS doesn't like unaligned accesses


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5469 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 015774a4
......@@ -135,7 +135,7 @@ typedef struct RL_VLC_ELEM {
uint8_t run;
} RL_VLC_ELEM;
#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L)
#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L) || defined(ARCH_MIPS)
#define UNALIGNED_STORES_ARE_BAD
#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