This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_OPENCORE_AMR
bool "opencore-amr"
depends on BR2_INSTALL_LIBSTDCPP
help
Library of OpenCORE Framework implementation of Adaptive
Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB)
speech codec.
http://opencore-amr.sourceforge.net/
comment "opencore-amr needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP

View File

@@ -0,0 +1,6 @@
# From https://sourceforge.net/projects/opencore-amr/files/opencore-amr/
md5 e0798587b91411cc092aa73091a97dfc opencore-amr-0.1.5.tar.gz
sha1 bef4d1e3a8a155b47569b6691a223843b33e279e opencore-amr-0.1.5.tar.gz
# Locally computed:
sha256 2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341 opencore-amr-0.1.5.tar.gz
sha256 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb LICENSE

View File

@@ -0,0 +1,13 @@
################################################################################
#
# 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))