diff options
author | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2016-11-22 16:09:37 -0200 |
---|---|---|
committer | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2016-11-22 16:09:37 -0200 |
commit | 71e6e6e4fe55fbe863739d320b7250215d52b477 (patch) | |
tree | 27f65011d70aa2e6e2602c4ab0e9c0c39f68afde /libs/libvpx/Makefile | |
parent | b543186c7c2d22b9233fc78942cd2e9a896d4cde (diff) |
libvpx: bump to 1.6.0
This release improves upon the VP9 encoder and speeds up the encoding
and decoding processes.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Diffstat (limited to 'libs/libvpx/Makefile')
-rw-r--r-- | libs/libvpx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile index 315fa8bcc..3da90f4ea 100644 --- a/libs/libvpx/Makefile +++ b/libs/libvpx/Makefile @@ -1,5 +1,6 @@ # # Copyright (C) 2008-2015 OpenWrt.org +# Copyright (C) 2016 Luiz Angelo Daros de Luca # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvpx -PKG_VERSION:=1.5.0 +PKG_VERSION:=1.6.0 PKG_RELEASE:=1 PKG_REV:=v$(PKG_VERSION) |