From 33a60ee3c77ccba3bf9aa475f421aadcb8417280 Mon Sep 17 00:00:00 2001 From: Stephen Date: Tue, 12 Sep 2017 08:50:36 -0700 Subject: [PATCH] add libogg to vorbis-tools dependency #1169 --- packages/vorbis-tools/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vorbis-tools/build.sh b/packages/vorbis-tools/build.sh index d7b0d608b..ff00fd42a 100644 --- a/packages/vorbis-tools/build.sh +++ b/packages/vorbis-tools/build.sh @@ -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"