e6f00d8544
This release fixes two minor bugs: - a gapless bug in the LPC filtering - a crash on destroy when using the pull API Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
485 B
Makefile
17 lines
485 B
Makefile
################################################################################
|
|
#
|
|
# libopusenc
|
|
#
|
|
################################################################################
|
|
|
|
LIBOPUSENC_VERSION = 0.2.1
|
|
LIBOPUSENC_SITE = https://downloads.xiph.org/releases/opus
|
|
LIBOPUSENC_LICENSE = BSD-3-Clause
|
|
LIBOPUSENC_LICENSE_FILES = COPYING
|
|
LIBOPUSENC_INSTALL_STAGING = YES
|
|
LIBOPUSENC_DEPENDENCIES = host-pkgconf opus
|
|
|
|
LIBOPUSENC_CONF_OPTS = --disable-examples
|
|
|
|
$(eval $(autotools-package))
|