Add the necessary macros to build webrtc for MIPS.
Change-Id: Ic341e9fb830cb364b9a3f51a8f804c6d6d1b6b3e
This commit is contained in:
@ -76,6 +76,9 @@
|
||||
//#define WEBRTC_ARCH_ARMEL
|
||||
#define WEBRTC_ARCH_32_BITS
|
||||
#define WEBRTC_ARCH_LITTLE_ENDIAN
|
||||
#elif defined(__mips__)
|
||||
#define WEBRTC_ARCH_32_BITS
|
||||
#define WEBRTC_ARCH_LITTLE_ENDIAN
|
||||
#else
|
||||
#error Please add support for your architecture in typedefs.h
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user