f04df2d65d
Fixes http://autobuild.buildroot.net/results/656/65667eb8fa1d447251b707e8a201d811cdaf7590/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
434 B
Makefile
14 lines
434 B
Makefile
################################################################################
|
|
#
|
|
# opencore-amr
|
|
#
|
|
################################################################################
|
|
|
|
OPENCORE_AMR_VERSION = 0.1.5
|
|
OPENCORE_AMR_SITE = http://downloads.sourceforge.net/project/opencore-amr/opencore-amr
|
|
OPENCORE_AMR_INSTALL_STAGING = YES
|
|
OPENCORE_AMR_LICENSE = Apache-2.0
|
|
OPENCORE_AMR_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(autotools-package))
|