diff options
author | Alexandru Ardelean <alex@shruggie.ro> | 2023-07-16 00:20:55 +0300 |
---|---|---|
committer | Alexandru Ardelean <alex@shruggie.ro> | 2023-07-16 00:40:08 +0300 |
commit | 4cade402d386603219a473ebcf52ca2cbeb5a74d (patch) | |
tree | 99262b94158ba915e8504ab951d0f6d555ec1a6c /libs/libwebp/patches | |
parent | 1cb2590c1743eeb4c357b1f0d7e3fb47b3640ae6 (diff) |
libwebp: bump to version 1.3.1
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Diffstat (limited to 'libs/libwebp/patches')
-rw-r--r-- | libs/libwebp/patches/010-mips16.patch | 6 |
1 files changed, 3 insertions, 3 deletions
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) && \ |