bd8cbe16c4
MIPS architecture detection is not accurate and is always detected as mips64 even if we are using mips64r2 or mips64r6. Due to that, ffmpeg's build system will pass the -mips64 flag which will conflict with the -march option that our toolchain wrapper uses, and it will fail to build showing errors like this one: error: '-mips64' conflicts with the other architecture options, which specify a mips64r2 processor This problem has been already fixed upstream, but we would need to backport 17 patches plus some changes in the ffmpeg.mk file. This is too much, so better to just disable ffmpeg for mips64r2 and mips64r6 for the upcoming Buildroot release. This commit can be reverted in the next ffmpeg's version bump. Fixes: http://autobuild.buildroot.net/results/7fd/7fd8187c0110cdcac622e667f4a81d2db84f11ef/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
||
---|---|---|
.. | ||
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.hash | ||
ffmpeg.mk |