libvorbisidec: Fix error in package description
libvorbisidec needs libogg since
8886a2805f
Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
This commit is contained in:
parent
d2ad1f47d3
commit
a417171d93
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=libvorbisidec
|
PKG_NAME:=libvorbisidec
|
||||||
PKG_REV:=20180319
|
PKG_REV:=20180319
|
||||||
PKG_VERSION:=1.0.3-$(PKG_REV)
|
PKG_VERSION:=1.0.3-$(PKG_REV)
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://gitlab.xiph.org/xiph/tremor.git
|
PKG_SOURCE_URL:=https://gitlab.xiph.org/xiph/tremor.git
|
||||||
|
@ -35,8 +35,7 @@ endef
|
||||||
|
|
||||||
define Package/libvorbisidec/description
|
define Package/libvorbisidec/description
|
||||||
libvorbisidec is "tremor", a fixed-point implementation of libvorbis.
|
libvorbisidec is "tremor", a fixed-point implementation of libvorbis.
|
||||||
It also has libogg built-in. It is suitable as a replacement for
|
It is suitable as a replacement for libvorbis in tremor-aware applications.
|
||||||
libvorbis and libogg in tremor-aware applications.
|
|
||||||
Tremor is a decoder only.
|
Tremor is a decoder only.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue