summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libwebp/sharpyuv/sharpyuv_csp.c
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2023-01-13 10:33:09 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-01-16 14:38:16 +0000
commit077148c964328c7d16cc18e6d06b7f4a69685b0f (patch)
tree80cd7dd07f03bcbc65837354214b956446cbd6b9 /src/3rdparty/libwebp/sharpyuv/sharpyuv_csp.c
parentd42fd46390eeec3df1281fe0e41bbd0c533a5a3f (diff)
Update bundled libwebp to version 1.3.0
[ChangeLog][Third-Party Code] Update bundled libwebp to version 1.3.0 Change-Id: Ib7645b7348e950bfa27b902de6da879f8309408d Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit 3cba6d10543c508e2c2f8b942dad9147c0d1ea0d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/3rdparty/libwebp/sharpyuv/sharpyuv_csp.c')
-rw-r--r--src/3rdparty/libwebp/sharpyuv/sharpyuv_csp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/libwebp/sharpyuv/sharpyuv_csp.c b/src/3rdparty/libwebp/sharpyuv/sharpyuv_csp.c
index 5334fa6..0ad22be 100644
--- a/src/3rdparty/libwebp/sharpyuv/sharpyuv_csp.c
+++ b/src/3rdparty/libwebp/sharpyuv/sharpyuv_csp.c
@@ -13,7 +13,7 @@
#include <assert.h>
#include <math.h>
-#include <string.h>
+#include <stddef.h>
static int ToFixed16(float f) { return (int)floor(f * (1 << 16) + 0.5f); }