f95e593c01
- Use official tarball and so drop autoreconf
- Update hash of COPYING (trailing white space removed:
68311d4678
)
https://gitlab.xiph.org/xiph/speexdsp/-/tags/SpeexDSP-1.2.1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
424 B
Makefile
15 lines
424 B
Makefile
################################################################################
|
|
#
|
|
# speexdsp
|
|
#
|
|
################################################################################
|
|
|
|
SPEEXDSP_VERSION = 1.2.1
|
|
SPEEXDSP_SITE = https://downloads.xiph.org/releases/speex
|
|
SPEEXDSP_LICENSE = BSD-3-Clause
|
|
SPEEXDSP_LICENSE_FILES = COPYING
|
|
SPEEXDSP_INSTALL_STAGING = YES
|
|
SPEEXDSP_DEPENDENCIES = host-pkgconf
|
|
|
|
$(eval $(autotools-package))
|