https://opus-codec.org/release/dev/2026/01/03/libopusenc-0_3.html Removed patch which is included in this release. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
483 B
Makefile
17 lines
483 B
Makefile
################################################################################
|
|
#
|
|
# libopusenc
|
|
#
|
|
################################################################################
|
|
|
|
LIBOPUSENC_VERSION = 0.3
|
|
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))
|