mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 22:25:36 +01:00
arm alignment fix
Originally committed as revision 4228 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user