summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libwebp.pri
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-05-14 13:07:15 +0200
committerLiang Qi <liang.qi@qt.io>2018-05-22 08:03:36 +0000
commit62082a63e112e9991b33c2045896ced78ffcb62e (patch)
tree04a66f057499c90be0a8abfe8b0375886c6f25df /src/3rdparty/libwebp.pri
parent92398950d9cfe5a88cb685ec166eb413aa8613ec (diff)
Update bundled libwebp to version 1.0.0
This commit imports libwebp 1.0.0, including AUTHORS, COPYING, ChangeLog, NEWS, PATENTS, README and src directories. In src, only includes header and source files. Upstream changes since 0.6.1 have been merged in. Also updated version in qt_attribution.json. [ChangeLog][Third-Party Code] Update bundled libwebp to version 1.0.0. Change-Id: Ia30ccc90286d5dd3e48e091f101f1cae84785150 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'src/3rdparty/libwebp.pri')
-rw-r--r--src/3rdparty/libwebp.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/3rdparty/libwebp.pri b/src/3rdparty/libwebp.pri
index eba9212..d1f7fdf 100644
--- a/src/3rdparty/libwebp.pri
+++ b/src/3rdparty/libwebp.pri
@@ -67,18 +67,19 @@ SOURCES += \
$$PWD/libwebp/src/dsp/upsampling_mips_dsp_r2.c \
$$PWD/libwebp/src/dsp/upsampling_msa.c \
$$PWD/libwebp/src/dsp/upsampling_sse2.c \
+ $$PWD/libwebp/src/dsp/upsampling_sse41.c \
$$PWD/libwebp/src/dsp/yuv.c \
$$PWD/libwebp/src/dsp/yuv_mips_dsp_r2.c \
$$PWD/libwebp/src/dsp/lossless_sse2.c \
$$PWD/libwebp/src/dsp/yuv_mips32.c \
$$PWD/libwebp/src/dsp/yuv_sse2.c \
+ $$PWD/libwebp/src/dsp/yuv_sse41.c \
$$PWD/libwebp/src/enc/alpha_enc.c \
$$PWD/libwebp/src/enc/analysis_enc.c \
$$PWD/libwebp/src/enc/backward_references_cost_enc.c \
$$PWD/libwebp/src/enc/backward_references_enc.c \
$$PWD/libwebp/src/enc/config_enc.c \
$$PWD/libwebp/src/enc/cost_enc.c \
- $$PWD/libwebp/src/enc/delta_palettization_enc.c \
$$PWD/libwebp/src/enc/filter_enc.c \
$$PWD/libwebp/src/enc/frame_enc.c \
$$PWD/libwebp/src/enc/histogram_enc.c \