mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
libwebp: Sync with upstream 1.2.1
Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.1/NEWS
This commit is contained in:
parent
42f8bfaff0
commit
41ce417847
71 changed files with 1649 additions and 1138 deletions
10
thirdparty/libwebp/src/utils/bit_reader_utils.h
vendored
10
thirdparty/libwebp/src/utils/bit_reader_utils.h
vendored
|
|
@ -58,12 +58,6 @@ extern "C" {
|
|||
// BITS can be any multiple of 8 from 8 to 56 (inclusive).
|
||||
// Pick values that fit natural register size.
|
||||
|
||||
// -- GODOT -- start
|
||||
#ifdef JAVASCRIPT_ENABLED
|
||||
#define BITS 16
|
||||
#else
|
||||
// -- GODOT -- end
|
||||
|
||||
#if defined(__i386__) || defined(_M_IX86) // x86 32bit
|
||||
#define BITS 24
|
||||
#elif defined(__x86_64__) || defined(_M_X64) // x86 64bit
|
||||
|
|
@ -78,10 +72,6 @@ extern "C" {
|
|||
#define BITS 24
|
||||
#endif
|
||||
|
||||
// -- GODOT -- start
|
||||
#endif
|
||||
// -- GODOT -- end
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Derived types and constants:
|
||||
// bit_t = natural register type for storing 'value_' (which is BITS+8 bits)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue