67027b6f4b
[Thomas: - replace patches from Bernd by patches that are Git formatted and have a chance of being upstream. - remove the no longer necessary post configure hook to build generate_cookbook for the host - pass --disable-unittests to disable unit tests.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
529 B
Makefile
17 lines
529 B
Makefile
################################################################################
|
|
#
|
|
# libcodec2
|
|
#
|
|
################################################################################
|
|
|
|
LIBCODEC2_VERSION = 392a55b4f3f8ad30d845ac6ae35e8b27343bb944
|
|
LIBCODEC2_SITE = https://freeswitch.org/stash/scm/sd/libcodec2.git
|
|
LIBCODEC2_SITE_METHOD = git
|
|
LIBCODEC2_LICENSE = LGPLv2.1
|
|
LIBCODEC2_LICENSE_FILES = COPYING
|
|
LIBCODEC2_AUTORECONF = YES
|
|
LIBCODEC2_INSTALL_STAGING = YES
|
|
LIBCODEC2_CONF_OPTS = --disable-unittests
|
|
|
|
$(eval $(autotools-package))
|