vorbis-tools: Enable flac support
This commit is contained in:
parent
40c3588bd7
commit
dfcb3173f5
@ -1,7 +1,9 @@
|
||||
TERMUX_PKG_HOMEPAGE=http://www.vorbis.com
|
||||
TERMUX_PKG_DESCRIPTION="Ogg Vorbis tools"
|
||||
TERMUX_PKG_VERSION=1.4.0
|
||||
TERMUX_PKG_BUILD_REVISION=1
|
||||
TERMUX_PKG_SRCURL=http://downloads.xiph.org/releases/vorbis/vorbis-tools-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_DEPENDS="libvorbis"
|
||||
# libflac for flac support in oggenc:
|
||||
TERMUX_PKG_DEPENDS="libvorbis, libflac"
|
||||
|
||||
LDFLAGS+=" -lm"
|
||||
|
Loading…
Reference in New Issue
Block a user