diff options
author | volzhs <volzhs@gmail.com> | 2018-05-16 00:00:06 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2018-05-16 01:00:55 +0900 |
commit | 6ed81249238260358609e2d806daba06831d1b6a (patch) | |
tree | 67e017e0f738f7b1501504fd230d082a9cbd975c /thirdparty/libwebp/src/utils | |
parent | 47d4a011d8cacbdf95f9cae6d29db1f4dc1de734 (diff) |
Update libwebp to 1.0.0
Diffstat (limited to 'thirdparty/libwebp/src/utils')
-rw-r--r-- | thirdparty/libwebp/src/utils/endian_inl_utils.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/thirdparty/libwebp/src/utils/endian_inl_utils.h b/thirdparty/libwebp/src/utils/endian_inl_utils.h index 4b2f91dfb8..3630a293bf 100644 --- a/thirdparty/libwebp/src/utils/endian_inl_utils.h +++ b/thirdparty/libwebp/src/utils/endian_inl_utils.h @@ -19,13 +19,6 @@ #include "src/dsp/dsp.h" #include "src/webp/types.h" -// some endian fix (e.g.: mips-gcc doesn't define __BIG_ENDIAN__) -#if !defined(WORDS_BIGENDIAN) && \ - (defined(__BIG_ENDIAN__) || defined(_M_PPC) || \ - (defined(__BYTE_ORDER__) && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__))) -#define WORDS_BIGENDIAN -#endif - #if defined(WORDS_BIGENDIAN) #define HToLE32 BSwap32 #define HToLE16 BSwap16 |