diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-10 23:29:02 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-11 15:03:46 +0200 |
commit | 9fb11701599177c5303675193b34fe5423787dbd (patch) | |
tree | 09330bbdc998aac03a37ada6f7ba1be7320207ac /package/gcc | |
parent | de1aecde52b14feccc42fd51534a56b7434c23be (diff) | |
download | buildroot-9fb11701599177c5303675193b34fe5423787dbd.tar.gz buildroot-9fb11701599177c5303675193b34fe5423787dbd.zip |
ffmpeg: disable for ARMv7-M
In the ffmpeg code, libavutil/arm/asm.S makes some assumption about the
ARM architecture for which the code is built. Only ARMv4, ARMv5, ARMv6
and ARMv7-A is supported. Due to this, object files built out of
ARM-optimized assembly code have the wrong architecture information,
causing a failure at link time.
Adding ARMv7-M support would be possible, but it doesn't exist yet in
ffmpeg, and it's pretty unlikely that ffmpeg will ever be needed on an
ARMv7-M platform, so this commit takes the simple approach of disabling
ffmpeg for ARMv7-M.
Fixes:
http://autobuild.buildroot.net/results/ca4c67b093afd6f14349fcdc87b02e0480172e8c/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions