833466aeec
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>
15 lines
404 B
Makefile
15 lines
404 B
Makefile
################################################################################
|
|
#
|
|
# fdk-aac
|
|
#
|
|
################################################################################
|
|
|
|
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
|
|
|
|
$(eval $(autotools-package))
|