ffmpeg: fix ARM condition for --{enable, disable}-vfp
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 21 Oct 2014 20:26:50 +0000 (22:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 25 Oct 2014 10:35:17 +0000 (12:35 +0200)
commit3300e00ffb4a166a7f3f27eb759c5d73df405cba
treed5a0e7a67b43d165ff582411816cd65c521daca5
parent0ac115d546c305b277326e9a509fec8b06025796
ffmpeg: fix ARM condition for --{enable, disable}-vfp

As noted by Arnout, not all ARMv6 have the VFP FPU, therefore instead
of using a condition on ARMv6 or ARMv7-A, this commit changes to use a
condition on BR2_ARM_CPU_HAS_VFPV2.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
package/ffmpeg/ffmpeg.mk