kumquat-buildroot/package/libilbc/libilbc.mk
Bernd Kuhls 6ee34a96bb package/libilbc: switch to github
The previous repo is not available anymore.

Fixes:
https://autobuild.buildroot.org/results/8c8b073ce163131763fca978b400e596fcf39e62

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 4e5fd24c8b7438672c475d0559200ff72c4b1cc7)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-10-19 21:20:25 +02:00

15 lines
493 B
Makefile

################################################################################
#
# libilbc
#
################################################################################
LIBILBC_VERSION = 829b08c7902ceb87a261279fabb36b6d523c6e07
LIBILBC_SITE = $(call github,freeswitch,libilbc,$(LIBILBC_VERSION))
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))