Merge "Add the necessary macros to build webrtc for MIPS."

This commit is contained in:
Jean-Baptiste Queru
2012-08-14 14:50:39 -07:00
committed by android code review

View File

@ -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