fdk-aac: bump to version 0.1.5

Also, remove the compile flags to make it build
with GCC6 as it was added upstream

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017.05.x
gilles.talis@gmail.com 2017-05-01 12:14:46 +02:00 committed by Peter Korsgaard
parent 289137ed61
commit 833466aeec
2 changed files with 2 additions and 5 deletions

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))