mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
arm alignment fix
Originally committed as revision 4228 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
87017bada0
commit
5085d59ddc
@ -130,7 +130,7 @@ typedef struct RL_VLC_ELEM {
|
||||
uint8_t run;
|
||||
} RL_VLC_ELEM;
|
||||
|
||||
#ifdef ARCH_SPARC
|
||||
#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L)
|
||||
#define UNALIGNED_STORES_ARE_BAD
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user