kumquat-buildroot/package/ffmpeg
Thomas Petazzoni 9fb1170159 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>
2016-08-11 15:03:46 +02:00
..
0001-Support-raw-dvdsub-palette-as-stored-on-normal-dvd-s.patch
0003-if-av_read_packet-returns-AVERROR_IO-we-are-done.-ff.patch
0004-added-Ticket-7187-TV-Teletext-support-for-DVB-EBU-Te.patch
0005-Don-t-accept-mpegts-PMT-that-isn-t-current.patch
0006-Don-t-reparse-PMT-unless-it-s-version-has-changed.patch
0007-Read-PID-timestamps-as-well-as-PCR-timestamps-to-fin.patch
0008-Get-stream-durations-using-read_timestamp.patch
0009-changed-allow-4-second-skew-between-streams-in-mov-b.patch
0010-fixed-memleak-in-mpegts-demuxer-on-some-malformed-mp.patch
0011-Speed-up-mpegts-av_find_stream_info.patch
0012-dxva-h264-Fix-dxva-playback-of-streams-that-don-t-st.patch
Config.in ffmpeg: disable for ARMv7-M 2016-08-11 15:03:46 +02:00
ffmpeg.hash package/ffmpeg: bump version to 2.8.7 2016-05-09 22:55:05 +02:00
ffmpeg.mk package/ffmpeg: add optional dependency to libebur128 2016-07-24 21:57:07 +02:00