PKG_NAME = opus
PKG_VERS = 1.5.2
PKG_EXT = tar.gz
PKG_DIST_NAME = opus-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/xiph/opus/releases/download/v$(PKG_VERS)
PKG_DIR = opus-$(PKG_VERS)

DEPENDS =

HOMEPAGE = https://www.opus-codec.org
COMMENT  = Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications.
LICENSE  = BSD

CONFIGURE_ARGS  = -Dtests=disabled
CONFIGURE_ARGS += -Ddocs=disabled
CONFIGURE_ARGS += -Dintrinsics=disabled

ADDITIONAL_CPPFLAGS = -O2

include ../../mk/spksrc.cross-meson.mk
