buildrootschalter/package/ffmpeg
Thomas Petazzoni ae2850b78c ffmpeg: use arch and cpu instead of tune
ffmpeg currently uses BR2_GCC_TARGET_TUNE as the --cpu option
value. However, there are multiple architectures for which
BR2_GCC_TARGET_TUNE is not used. After inspecting the ffmpeg configure
script, we concluded that using the BR2_GCC_TARGET_CPU value if
available, or the BR2_GCC_TARGET_ARCH value as a fallback was the
appropriate behavior.

This allows to remove the reference to BR2_GCC_TARGET_TUNE, which is
one step towards the removal of this option.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-11-07 00:08:07 +01:00
..
Config.in package/ffmpeg: Enable support for libavresample 2014-10-28 19:35:07 +01:00
ffmpeg-0001-fminf.patch package/ffmpeg: Bump to version 2.3.1 2014-08-03 10:22:23 +02:00
ffmpeg.mk ffmpeg: use arch and cpu instead of tune 2014-11-07 00:08:07 +01:00