From 4cade402d386603219a473ebcf52ca2cbeb5a74d Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sun, 16 Jul 2023 00:20:55 +0300 Subject: libwebp: bump to version 1.3.1 Signed-off-by: Alexandru Ardelean --- libs/libwebp/patches/010-mips16.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/libwebp/patches') diff --git a/libs/libwebp/patches/010-mips16.patch b/libs/libwebp/patches/010-mips16.patch index 85dc93287..b48d8549a 100644 --- a/libs/libwebp/patches/010-mips16.patch +++ b/libs/libwebp/patches/010-mips16.patch @@ -1,8 +1,8 @@ --- a/src/dsp/cpu.h +++ b/src/dsp/cpu.h -@@ -108,7 +108,7 @@ - #define WEBP_HAVE_NEON - #endif +@@ -124,7 +124,7 @@ + //------------------------------------------------------------------------------ + // MIPS defines. -#if defined(__mips__) && !defined(__mips64) && defined(__mips_isa_rev) && \ +#if defined(__mips__) && !defined(__mips16) && !defined(__mips64) && defined(__mips_isa_rev) && \ -- cgit v1.2.3