ffmpeg: fix neon support for aarch64
authorBernd Kuhls <bernd.kuhls@t-online.de>
Fri, 14 Apr 2017 09:30:26 +0000 (11:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 14 Apr 2017 09:41:24 +0000 (11:41 +0200)
commit9de0100cf1ef55789d582fce265dd6c536beb6e6
tree0931f44a79b8ea89dcf5efeda8aaf6a934bb7357
parent33c72344a8686a136c1da6a056ed6c0945bbf8b7
ffmpeg: fix neon support for aarch64

ffmpeg ported arm 32-bit NEON code to aarch64 as hard dependency:
http://ffmpeg.org/pipermail/ffmpeg-devel/2016-November/202733.html

Buildroot option BR2_ARM_CPU_HAS_NEON handles only the 32bit case:
https://git.buildroot.net/buildroot/commit/?id=0976cd6cd64a128a2ac921e4f35f0e7cbe306692

For aarch64 we need to make sure to pass --enable-neon in order to
prevent a link error, fixes

http://autobuild.buildroot.net/results/fa4/fa46003249664b1f97f6c18253c84cd3d6fb9cdb/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ffmpeg/ffmpeg.mk