add libogg to vorbis-tools dependency

#1169
This commit is contained in:
Stephen 2017-09-12 08:50:36 -07:00 committed by Fredrik Fornwall
parent b25b95c62e
commit 4b1099f702

View File

@ -5,7 +5,7 @@ TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=http://downloads.xiph.org/releases/vorbis/vorbis-tools-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc
# libflac for flac support in oggenc:
TERMUX_PKG_DEPENDS="libvorbis, libflac"
TERMUX_PKG_DEPENDS="libvorbis, libflac, libogg"
termux_step_pre_configure() {
LDFLAGS+=" -lm"