diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-21 22:27:10 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-07 00:08:07 +0100 |
commit | ae2850b78c15c3c848bb01f723da439df8dfe68e (patch) | |
tree | 62a79c228dad2c57983b48f6bd47c29a789bc34a /package/python-netifaces | |
parent | fd828fd98fecb5b3baf529c8dc6fbd2971e2f172 (diff) | |
download | buildroot-ae2850b78c15c3c848bb01f723da439df8dfe68e.tar.gz buildroot-ae2850b78c15c3c848bb01f723da439df8dfe68e.zip |
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>
Diffstat (limited to 'package/python-netifaces')
0 files changed, 0 insertions, 0 deletions