mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
12
package/opencore-amr/Config.in
Normal file
12
package/opencore-amr/Config.in
Normal 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
|
||||
6
package/opencore-amr/opencore-amr.hash
Normal file
6
package/opencore-amr/opencore-amr.hash
Normal 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
|
||||
13
package/opencore-amr/opencore-amr.mk
Normal file
13
package/opencore-amr/opencore-amr.mk
Normal 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))
|
||||
Reference in New Issue
Block a user