diff --git a/AUTHORS b/AUTHORS index c3d75d6574..2ce0f1c58d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,4 +3,5 @@ Google Inc. Mozilla Foundation -Ben Strong \ No newline at end of file +Ben Strong +Petar Jovanovic diff --git a/src/typedefs.h b/src/typedefs.h index 53db408c8c..b21d9c756a 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -48,6 +48,10 @@ #define WEBRTC_ARCH_32_BITS #define WEBRTC_ARCH_LITTLE_ENDIAN #define WEBRTC_LITTLE_ENDIAN +#elif defined(__MIPSEL__) +#define WEBRTC_ARCH_32_BITS +#define WEBRTC_ARCH_LITTLE_ENDIAN +#define WEBRTC_LITTLE_ENDIAN #else #error Please add support for your architecture in typedefs.h #endif