kumquat-buildroot/package/ffmpeg
Thomas Petazzoni fdd0f8d5e4 ffmpeg: don't pass --enable-mipsfpu on non-MIPS platform
The current logic to pass the --{enable,disable}-mipsfpu option is:

ifeq ($(BR2_MIPS_SOFT_FLOAT),y)
FFMPEG_CONF_OPTS += --disable-mipsfpu
else
FFMPEG_CONF_OPTS += --enable-mipsfpu
endif

In practice, this means that on MIPS soft-float, --disable-mipsfpu is
passed, and that in *all* other cases, --enable-mipsfpu is passed,
including if we are *not* targetting the MIPS architecture.

Even though this doesn't seem to cause any problem, it is a bit weird to
see --enable-mipsfpu when you're building ffmpeg for a non-MIPS
architecture, so we better fix this by enclosing the MIPS-related
options in a MIPS condition.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-08-17 00:01:38 +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
ffmpeg.mk ffmpeg: don't pass --enable-mipsfpu on non-MIPS platform 2016-08-17 00:01:38 +02:00