From cba459f52220857189bae31929a88989aa61783e Mon Sep 17 00:00:00 2001 From: Luiz Angelo Daros de Luca Date: Sun, 14 Apr 2019 01:33:45 -0300 Subject: [PATCH] libvpx: bump to 1.8.0 This release focused on encoding performance for realtime and VOD use cases. See: https://chromium.googlesource.com/webm/libvpx/+/refs/tags/v1.8.0 Signed-off-by: Luiz Angelo Daros de Luca --- libs/libvpx/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile index cca247856..d43a5ca77 100644 --- a/libs/libvpx/Makefile +++ b/libs/libvpx/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvpx -PKG_VERSION:=1.7.0 +PKG_VERSION:=1.8.0 PKG_RELEASE:=1 PKG_REV:=v$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REV).tar.gz -PKG_MIRROR_HASH:=be50ff18464d614a08726597ecbd72d1f11ec69ec04df2d9acdf646ecd9adcca +PKG_MIRROR_HASH:=caf53ffff549fefb14d8d054db014c6394e1955d199b80dc985ef6098bd4213d PKG_SOURCE_URL:=https://chromium.googlesource.com/webm/libvpx PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_REV) @@ -46,14 +46,14 @@ define Package/libvpx/description endef CONFIGURE_ARGS = \ - --target=generic-gnu \ - --prefix=$(CONFIGURE_PREFIX) \ - --libdir=/usr/lib \ - --enable-static \ - --enable-shared \ - --disable-examples \ - --disable-docs \ - --disable-unit-tests \ + --target=generic-gnu \ + --prefix=$(CONFIGURE_PREFIX) \ + --libdir=/usr/lib \ + --enable-static \ + --enable-shared \ + --disable-examples \ + --disable-docs \ + --disable-unit-tests \ # Add --enable-small as openwrt gcc flags are overwritten ifneq ($(findstring -Os,$(TARGET_CFLAGS)),)