ffmpeg: disable MIPS DSP options by default
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Wed, 14 Oct 2015 15:58:22 +0000 (16:58 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 14 Oct 2015 20:30:19 +0000 (22:30 +0200)
commitb090dcbf90900b971d59017c789ce4e6cd61ae95
tree8d976258f267acb7ea92d756d56798ab5e5560ff
parenta173a5e3d848c2d52b936289ce1b1ef764761b70
ffmpeg: disable MIPS DSP options by default

DSP support depends on the core implementation, not on the ISA, so
enabling it for mips64r2 is not correct since you can build a mips64r2
core without DSP support.

Disable mipsdspr1 and mipsdspr2 options by default and let the user
enable them via the BR2_PACKAGE_FFMPEG_EXTRACONF kconfig option, which
will take preference and override the default values.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ffmpeg/ffmpeg.mk