libopus: do not build tests & demo

Fix for on-device builds.
This commit is contained in:
Leonid Pliushch 2019-08-16 20:29:34 +03:00
parent e05474e0c9
commit ed598037f0
1 changed files with 2 additions and 1 deletions

View File

@ -2,8 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.opus-codec.org/
TERMUX_PKG_DESCRIPTION="Reference implementation of the Opus codec"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_VERSION=1.3.1
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://archive.mozilla.org/pub/opus/opus-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d
TERMUX_PKG_BREAKS="libopus-dev"
TERMUX_PKG_REPLACES="libopus-dev"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-extra-programs"