diff options
author | Eirik Aavitsland <eirik.aavitsland@qt.io> | 2018-04-12 14:25:27 +0200 |
---|---|---|
committer | Eirik Aavitsland <eirik.aavitsland@qt.io> | 2018-04-12 21:22:06 +0000 |
commit | b83a0a9460432abb82218da247710a1aaf321336 (patch) | |
tree | 2bd4017481cc3644034d99f1649064434478c904 /src/3rdparty/libwebp.pri | |
parent | 4e10f35483db6d3396fe54dcf3d895d7850f8335 (diff) | |
download | qtimageformats-b83a0a9460432abb82218da247710a1aaf321336.tar.gz |
Update the bundled libwebp to version 0.6.1v5.11.0-beta4
Upstream changes since 0.6.0 have been merged in.
Also updated version in qt_attribution.json.
Change-Id: I6f46bdfe2dd7288dbe61c4d7924309bb435e3928
Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'src/3rdparty/libwebp.pri')
-rw-r--r-- | src/3rdparty/libwebp.pri | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/3rdparty/libwebp.pri b/src/3rdparty/libwebp.pri index 55d7e60..eba9212 100644 --- a/src/3rdparty/libwebp.pri +++ b/src/3rdparty/libwebp.pri @@ -25,9 +25,6 @@ SOURCES += \ $$PWD/libwebp/src/dsp/alpha_processing_mips_dsp_r2.c \ $$PWD/libwebp/src/dsp/alpha_processing_sse2.c \ $$PWD/libwebp/src/dsp/alpha_processing_sse41.c \ - $$PWD/libwebp/src/dsp/argb.c \ - $$PWD/libwebp/src/dsp/argb_mips_dsp_r2.c \ - $$PWD/libwebp/src/dsp/argb_sse2.c \ $$PWD/libwebp/src/dsp/cost.c \ $$PWD/libwebp/src/dsp/cost_mips32.c \ $$PWD/libwebp/src/dsp/cost_mips_dsp_r2.c \ @@ -64,6 +61,8 @@ SOURCES += \ $$PWD/libwebp/src/dsp/rescaler_mips_dsp_r2.c \ $$PWD/libwebp/src/dsp/rescaler_msa.c \ $$PWD/libwebp/src/dsp/rescaler_sse2.c \ + $$PWD/libwebp/src/dsp/ssim.c \ + $$PWD/libwebp/src/dsp/ssim_sse2.c \ $$PWD/libwebp/src/dsp/upsampling.c \ $$PWD/libwebp/src/dsp/upsampling_mips_dsp_r2.c \ $$PWD/libwebp/src/dsp/upsampling_msa.c \ @@ -75,6 +74,7 @@ SOURCES += \ $$PWD/libwebp/src/dsp/yuv_sse2.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 \ @@ -131,7 +131,8 @@ equals(QT_ARCH, arm)|equals(QT_ARCH, arm64) { $$PWD/libwebp/src/dsp/lossless_enc_neon.c \ $$PWD/libwebp/src/dsp/lossless_neon.c \ $$PWD/libwebp/src/dsp/rescaler_neon.c \ - $$PWD/libwebp/src/dsp/upsampling_neon.c + $$PWD/libwebp/src/dsp/upsampling_neon.c \ + $$PWD/libwebp/src/dsp/yuv_neon.c contains(QT_CPU_FEATURES.$$QT_ARCH, neon) { # Default compiler settings include this feature, so just add to SOURCES |