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