MoonchildProductions/UXP#2897: Modify webrtc to compile on loongarch64

This commit is contained in:
Basilisk-Dev 2026-01-08 11:55:44 -05:00 committed by ownedbywuigi
commit 59c74b71e2

View file

@ -123,6 +123,11 @@
#elif defined(__pnacl__)
#define WEBRTC_ARCH_32_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN
#elif defined(__loongarch64)
#define WEBRTC_ARCH_LOONGARCH64 1
#define WEBRTC_ARCH_64_BITS 1
#define WEBRTC_ARCH_LITTLE_ENDIAN
#define WEBRTC_LITTLE_ENDIAN
#else
#error Please add support for your architecture in typedefs.h
#endif