diff options
author | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2015-04-06 10:51:26 -0300 |
---|---|---|
committer | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2015-04-06 10:58:59 -0300 |
commit | a33bc8baf50ce473811d0d75bd719cd4091c6f82 (patch) | |
tree | 51dc737602828e229f654688785b8311daf84e37 /libs/libvpx | |
parent | 16fa9c0ff62c089ca17a4ea649c42e260ca27427 (diff) |
libvpx: updated to 1.4.0
This update brings some fixes for VP9.
https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Also, it is ABI incompatible but the only known user of libvpx
is gst1-plugins-good, which is already compatile:
https://bugzilla.gnome.org/show_bug.cgi?id=739476
gst1-plugins-good has released bumped in order to rebuild.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Diffstat (limited to 'libs/libvpx')
-rw-r--r-- | libs/libvpx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile index 4d8bb46b6..ae25bddf9 100644 --- a/libs/libvpx/Makefile +++ b/libs/libvpx/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2014 OpenWrt.org +# Copyright (C) 2008-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvpx -PKG_VERSION:=1.3.0 +PKG_VERSION:=1.4.0 PKG_RELEASE:=1 PKG_REV:=v$(PKG_VERSION) |