diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-12-10 14:58:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-10 14:58:13 +0100 |
commit | fa024537a39c24bf9fb2e24063acee0daf63dfc1 (patch) | |
tree | 759ef4154a16f572b0782516d641fbb993ff9400 /thirdparty/libwebp/src/dsp/msa_macro.h | |
parent | ca06e656bec5129cc0fc45f83b310976adb752e3 (diff) | |
parent | d4133ac8440321f2ae2e26fb317871bd847b35eb (diff) |
Merge pull request #24258 from volzhs/libwebp-1.0.1
Update libwebp to 1.0.1
Diffstat (limited to 'thirdparty/libwebp/src/dsp/msa_macro.h')
-rw-r--r-- | thirdparty/libwebp/src/dsp/msa_macro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libwebp/src/dsp/msa_macro.h b/thirdparty/libwebp/src/dsp/msa_macro.h index dfacda6ccd..de026a1d9e 100644 --- a/thirdparty/libwebp/src/dsp/msa_macro.h +++ b/thirdparty/libwebp/src/dsp/msa_macro.h @@ -1389,4 +1389,4 @@ static WEBP_INLINE uint32_t func_hadd_uh_u32(v8u16 in) { } while (0) #define AVER_UB2_UB(...) AVER_UB2(v16u8, __VA_ARGS__) -#endif /* WEBP_DSP_MSA_MACRO_H_ */ +#endif // WEBP_DSP_MSA_MACRO_H_ |