Commit e6f0ad51 authored by Måns Rullgård's avatar Måns Rullgård

MIPS doesn't like unaligned accesses

Originally committed as revision 5469 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a2fe3b58
......@@ -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