mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-07 12:03:15 +00:00
Starting with version 4.7, gcc properly supports unaligned memory accesses on ARM. Not using the inline asm with these compilers results in better code. Signed-off-by: Mans Rullgard <mans@mansr.com>