mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
libwebp: bump to 1.6.0
Changelog since 1.5.0: - Binary compatible release - New API: WebPValidateDecoderConfig - AVX2/SSE2 optimizations and lossless compression improvements - Fix -mt multi-threading consistency issue - cwebp: -resize can be restricted with -resize_mode Full changelog: https://chromium.googlesource.com/webm/libwebp/+/refs/tags/v1.6.0/ChangeLog Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
76786d2439
commit
63ffe5d5a3
@@ -1,12 +1,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libwebp
|
||||
PKG_VERSION:=1.5.0
|
||||
PKG_VERSION:=1.6.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://storage.googleapis.com/downloads.webmproject.org/releases/webp
|
||||
PKG_HASH:=7d6fab70cf844bf6769077bd5d7a74893f8ffd4dfb42861745750c63c2a5c92c
|
||||
PKG_HASH:=e4ab7009bf0629fd11982d4c2aa83964cf244cffba7347ecd39019a9e38c4564
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- a/src/dsp/cpu.h
|
||||
+++ b/src/dsp/cpu.h
|
||||
@@ -124,7 +124,7 @@
|
||||
@@ -139,7 +139,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// MIPS defines.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user