Commit 5085d59d authored by Michael Niedermayer's avatar Michael Niedermayer

arm alignment fix

Originally committed as revision 4228 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 87017bad
...@@ -130,7 +130,7 @@ typedef struct RL_VLC_ELEM { ...@@ -130,7 +130,7 @@ typedef struct RL_VLC_ELEM {
uint8_t run; uint8_t run;
} RL_VLC_ELEM; } RL_VLC_ELEM;
#ifdef ARCH_SPARC #if defined(ARCH_SPARC) || defined(ARCH_ARMV4L)
#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