From 0a7fd329f1d05466ba9184bd18148680240be8be Mon Sep 17 00:00:00 2001 From: Luiz Angelo Daros de Luca Date: Tue, 17 Jan 2017 19:21:31 -0200 Subject: [PATCH] libvpx: bump to 1.6.1 v1.6.1: - Faster VP9 encoding and decoding - Bug Fixes Now the ABI_VERSION is derived from PKG_VERSION Signed-off-by: Luiz Angelo Daros de Luca --- libs/libvpx/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile index 3da90f4ea..6678970fe 100644 --- a/libs/libvpx/Makefile +++ b/libs/libvpx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvpx -PKG_VERSION:=1.6.0 +PKG_VERSION:=1.6.1 PKG_RELEASE:=1 PKG_REV:=v$(PKG_VERSION) @@ -24,6 +24,8 @@ PKG_MAINTAINER:=Luiz Angelo Daros de Luca PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE +PKG_ABI_VERSION:=$(subst $(space),.,$(wordlist 1, 2, $(subst .,$(space),$(PKG_VERSION)))) + PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -34,7 +36,7 @@ define Package/libvpx TITLE:=libvpx URL:=http://www.webmproject.org/ DEPENDS:=+libpthread - ABI_VERSION:=$(PKG_VERSION) + ABI_VERSION:=$(PKG_ABI_VERSION) endef define Package/libvpx/description