libs: libwebp: bump to 1.2.1 & assign myself as maintainer
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
c9c6287c97
commit
17126e8174
2 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libwebp
|
PKG_NAME:=libwebp
|
||||||
PKG_VERSION:=1.2.0
|
PKG_VERSION:=1.2.1
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://storage.googleapis.com/downloads.webmproject.org/releases/webp
|
PKG_SOURCE_URL:=https://storage.googleapis.com/downloads.webmproject.org/releases/webp
|
||||||
PKG_HASH:=2fc8bbde9f97f2ab403c0224fb9ca62b2e6852cbc519e91ceaa7c153ffd88a0c
|
PKG_HASH:=808b98d2f5b84e9b27fdef6c5372dac769c3bda4502febbfa5031bd3c4d7d018
|
||||||
|
|
||||||
PKG_MAINTAINER:=
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
--- a/src/dsp/dsp.h
|
--- a/src/dsp/dsp.h
|
||||||
+++ b/src/dsp/dsp.h
|
+++ b/src/dsp/dsp.h
|
||||||
@@ -97,7 +97,7 @@ extern "C" {
|
@@ -128,7 +128,7 @@ extern "C" {
|
||||||
#define WEBP_USE_INTRINSICS
|
#define WEBP_HAVE_NEON
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
-#if defined(__mips__) && !defined(__mips64) && \
|
-#if defined(__mips__) && !defined(__mips64) && \
|
||||||
|
|
Loading…
Reference in a new issue