Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -10,9 +10,9 @@ config BR2_PACKAGE_FDK_AAC
depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
depends on BR2_INSTALL_LIBSTDCPP
help
The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec")
is software that implements the MPEG Advanced Audio Coding ("AAC")
encoding and decoding scheme for digital audio
The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC
Codec") is software that implements the MPEG Advanced Audio
Coding ("AAC") encoding and decoding scheme for digital audio
http://sourceforge.net/projects/opencore-amr/files/fdk-aac/

View File

@@ -1,2 +1,2 @@
# Locally computed:
sha256 5910fe788677ca13532e3f47b7afaa01d72334d46a2d5e1d1f080f1173ff15ab fdk-aac-0.1.4.tar.gz
sha256 2164592a67b467e5b20fdcdaf5bd4c50685199067391c6fcad4fa5521c9b4dd7 fdk-aac-0.1.5.tar.gz

View File

@@ -4,14 +4,11 @@
#
################################################################################
FDK_AAC_VERSION = 0.1.4
FDK_AAC_VERSION = 0.1.5
FDK_AAC_SITE = http://downloads.sourceforge.net/project/opencore-amr/fdk-aac
FDK_AAC_LICENSE = fdk-aac license
FDK_AAC_LICENSE_FILES = NOTICE
FDK_AAC_INSTALL_STAGING = YES
# Not compatible with GCC 6 which defaults to GNU++14
FDK_AAC_CONF_ENV += CXXFLAGS="$(TARGET_CXXFLAGS) -std=gnu++98"
$(eval $(autotools-package))