mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
libwebp: Sync with upstream 1.3.1
https://chromium.googlesource.com/webm/libwebp/+/1.3.1/NEWS
This commit is contained in:
parent
f2acfb1ffc
commit
2529ad6a64
47 changed files with 359 additions and 150 deletions
|
|
@ -19,6 +19,7 @@
|
|||
#ifdef _MSC_VER
|
||||
#include <stdlib.h> // _byteswap_ulong
|
||||
#endif
|
||||
#include "src/dsp/cpu.h"
|
||||
#include "src/webp/types.h"
|
||||
|
||||
// Warning! This macro triggers quite some MACRO wizardry around func signature!
|
||||
|
|
@ -64,7 +65,7 @@ extern "C" {
|
|||
#define BITS 56
|
||||
#elif defined(__arm__) || defined(_M_ARM) // ARM
|
||||
#define BITS 24
|
||||
#elif defined(__aarch64__) // ARM 64bit
|
||||
#elif WEBP_AARCH64 // ARM 64bit
|
||||
#define BITS 56
|
||||
#elif defined(__mips__) // MIPS
|
||||
#define BITS 24
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue