Merge pull request #2567 from luizluca/libvpx

libvpx: update to 1.5.0
This commit is contained in:
Luiz Angelo Daros de Luca 2016-04-22 13:57:29 -03:00
commit 19c5c17bbf

View file

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=libvpx PKG_NAME:=libvpx
PKG_VERSION:=1.4.0 PKG_VERSION:=1.5.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_REV:=v$(PKG_VERSION) PKG_REV:=v$(PKG_VERSION)
@ -33,6 +33,7 @@ define Package/libvpx
TITLE:=libvpx TITLE:=libvpx
URL:=http://www.webmproject.org/ URL:=http://www.webmproject.org/
DEPENDS:=+libpthread DEPENDS:=+libpthread
ABI_VERSION:=$(PKG_VERSION)
endef endef
define Package/libvpx/description define Package/libvpx/description