buildroot/package/libopusenc/libopusenc.mk
Thomas Petazzoni e6f00d8544 package/libopusenc: bump to version 0.2.1
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>
2019-01-01 21:09:31 +01:00

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))