84de2af6ba34a87e7050971a13a1abf448eb66cf
[feed/telephony.git] / freeswitch / patches / 209-src-mod-codecs-mod_isac-typedefs_h.patch
1 --- a/src/mod/codecs/mod_isac/typedefs.h
2 +++ b/src/mod/codecs/mod_isac/typedefs.h
3 @@ -66,7 +66,7 @@
4  #define WEBRTC_ARCH_X86
5  #define WEBRTC_ARCH_32_BITS
6  #define WEBRTC_ARCH_LITTLE_ENDIAN
7 -#elif defined(__ARMEL__)
8 +#elif defined(__ARMEL__) || defined(__mips__)
9  // TODO(andrew): We'd prefer to control platform defines here, but this is
10  // currently provided by the Android makefiles. Commented to avoid duplicate
11  // definition warnings.