diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-08-07 18:12:21 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-08-07 18:12:39 +0200 |
commit | 2529ad6a6427a27f47c1ef8ce2aac608f6c20ed8 (patch) | |
tree | 979839c7347bbcedb9944c0060612399b5dfa25f /thirdparty/libwebp/src/dsp/dec.c | |
parent | f2acfb1ffc94d0e381064070108e7a773d86177d (diff) | |
download | redot-engine-2529ad6a6427a27f47c1ef8ce2aac608f6c20ed8.tar.gz |
libwebp: Sync with upstream 1.3.1
https://chromium.googlesource.com/webm/libwebp/+/1.3.1/NEWS
Diffstat (limited to 'thirdparty/libwebp/src/dsp/dec.c')
-rw-r--r-- | thirdparty/libwebp/src/dsp/dec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/libwebp/src/dsp/dec.c b/thirdparty/libwebp/src/dsp/dec.c index 537c701282..33d8df8a62 100644 --- a/thirdparty/libwebp/src/dsp/dec.c +++ b/thirdparty/libwebp/src/dsp/dec.c @@ -734,6 +734,7 @@ VP8SimpleFilterFunc VP8SimpleHFilter16i; void (*VP8DitherCombine8x8)(const uint8_t* dither, uint8_t* dst, int dst_stride); +extern VP8CPUInfo VP8GetCPUInfo; extern void VP8DspInitSSE2(void); extern void VP8DspInitSSE41(void); extern void VP8DspInitNEON(void); |