1 ################################################################################
5 ################################################################################
7 FDK_AAC_VERSION
= 0.1.4
8 FDK_AAC_SITE
= http
://downloads.sourceforge.net
/project
/opencore-amr
/fdk-aac
9 FDK_AAC_LICENSE
= fdk-aac license
10 FDK_AAC_LICENSE_FILES
= NOTICE
12 FDK_AAC_INSTALL_STAGING
= YES
14 # Not compatible with GCC 6 which defaults to GNU++14
15 FDK_AAC_CONF_ENV
+= CXXFLAGS
="$(TARGET_CXXFLAGS) -std=gnu++98"
17 $(eval
$(autotools-package
))