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,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

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))