97551eb176
The original git server on git.xiph.org died, and the Xiph project has now moved on to host their repositories on gitlab.comn instead. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
486 B
Makefile
17 lines
486 B
Makefile
################################################################################
|
|
#
|
|
# speexdsp
|
|
#
|
|
################################################################################
|
|
|
|
SPEEXDSP_VERSION = SpeexDSP-1.2.0
|
|
SPEEXDSP_SITE = https://gitlab.xiph.org/xiph/speexdsp.git
|
|
SPEEXDSP_SITE_METHOD = git
|
|
SPEEXDSP_LICENSE = BSD-3-Clause
|
|
SPEEXDSP_LICENSE_FILES = COPYING
|
|
SPEEXDSP_INSTALL_STAGING = YES
|
|
SPEEXDSP_DEPENDENCIES = host-pkgconf
|
|
SPEEXDSP_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|