Add the necessary macros to build webrtc for MIPS.

Change-Id: Ic341e9fb830cb364b9a3f51a8f804c6d6d1b6b3e
This commit is contained in:
Raghu Gandham
2012-07-10 17:39:53 -07:00
parent 5870e071aa
commit f636b09e39

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