package/libilbc: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2015-08-11 20:16:52 +02:00 committed by Thomas Petazzoni
parent 2657024167
commit 838af7ac04
3 changed files with 23 additions and 0 deletions

View file

@ -702,6 +702,7 @@ menu "Audio/Sound"
source "package/libcuefile/Config.in"
source "package/libg7221/Config.in"
source "package/libid3tag/Config.in"
source "package/libilbc/Config.in"
source "package/liblo/Config.in"
source "package/libmad/Config.in"
source "package/libmodplug/Config.in"

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