initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_LIBILBC
bool "libilbc"
help
iLBC (internet Low Bitrate Codec) is a FREE speech codec
suitable for robust voice communication over IP.
http://www.webrtc.org/license-rights/ilbc-freeware
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 f97d8284776c95b31ed5d5441f13b519b8c7966b77a26aa06c29bb77e02cfe16 libilbc-829b08c7902ceb87a261279fabb36b6d523c6e07-br1.tar.gz
sha256 b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a gips_iLBClicense.pdf
+15
View File
@@ -0,0 +1,15 @@
################################################################################
#
# libilbc
#
################################################################################
LIBILBC_VERSION = 829b08c7902ceb87a261279fabb36b6d523c6e07
LIBILBC_SITE = https://freeswitch.org/stash/scm/sd/libilbc.git
LIBILBC_SITE_METHOD = git
LIBILBC_LICENSE = Global IP Sound iLBC Public License v2.0
LIBILBC_LICENSE_FILES = gips_iLBClicense.pdf
LIBILBC_AUTORECONF = YES
LIBILBC_INSTALL_STAGING = YES
$(eval $(autotools-package))