From 2f4dc8cf72ba7a15240a965e3547933857d72e6f Mon Sep 17 00:00:00 2001 From: Luiz Angelo Daros de Luca Date: Tue, 13 Feb 2018 00:28:12 -0200 Subject: [PATCH] libvpx: bump to 1.7.0 This release focused on high bit depth performance (10/12 bit) and vp9 encoding improvements. See: https://chromium.googlesource.com/webm/libvpx/+/v1.7.0 Signed-off-by: Luiz Angelo Daros de Luca --- libs/libvpx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile index 2b9beb8414..b8aba66022 100644 --- a/libs/libvpx/Makefile +++ b/libs/libvpx/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvpx -PKG_VERSION:=1.6.1 +PKG_VERSION:=1.7.0 PKG_RELEASE:=1 PKG_REV:=v$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REV).tar.gz -PKG_MIRROR_HASH:=3c1e9ef2b40f71daa5c75e83dc682dc50acce597a34cd17d167f46ff2f6d08b7 +PKG_MIRROR_HASH:=be50ff18464d614a08726597ecbd72d1f11ec69ec04df2d9acdf646ecd9adcca PKG_SOURCE_URL:=https://chromium.googlesource.com/webm/libvpx PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_REV)