Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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,2 @@
# Locally computed:
sha256 106bf811c1f36444d7671d8fd2589f8b2e0cca58a2c764da62ffc4a070595385 opencore-amr-0.1.3.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# opencore-amr
#
################################################################################
OPENCORE_AMR_VERSION = 0.1.3
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 = COPYING
$(eval $(autotools-package))