mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/libcodec2: new package
[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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
eb4cb5e0da
commit
67027b6f4b
16
package/libcodec2/libcodec2.mk
Normal file
16
package/libcodec2/libcodec2.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user