diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2021-09-28 18:52:26 +0300 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-09-30 14:29:13 -0700 |
commit | 17126e81749e03aa4735fc169b32404203760328 (patch) | |
tree | 41c157c880318be6572e0b0c050c7e2ff3b7d27d /libs/libwebp/patches/010-mips16.patch | |
parent | c9c6287c975a079edfecb5385544ec4c9db20bed (diff) |
libs: libwebp: bump to 1.2.1 & assign myself as maintainer
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'libs/libwebp/patches/010-mips16.patch')
-rw-r--r-- | libs/libwebp/patches/010-mips16.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libwebp/patches/010-mips16.patch b/libs/libwebp/patches/010-mips16.patch index 669773d15..4746006cd 100644 --- a/libs/libwebp/patches/010-mips16.patch +++ b/libs/libwebp/patches/010-mips16.patch @@ -1,7 +1,7 @@ --- a/src/dsp/dsp.h +++ b/src/dsp/dsp.h -@@ -97,7 +97,7 @@ extern "C" { - #define WEBP_USE_INTRINSICS +@@ -128,7 +128,7 @@ extern "C" { + #define WEBP_HAVE_NEON #endif -#if defined(__mips__) && !defined(__mips64) && \ |