added mod_isac for MIPS platform (from Keith Laaks).

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35502 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mazilo
2013-02-05 20:20:05 +00:00
parent 1939727a44
commit 48d9ab5cf2
2 changed files with 157 additions and 20 deletions

View File

@ -0,0 +1,11 @@
--- a/src/mod/codecs/mod_isac/typedefs.h
+++ b/src/mod/codecs/mod_isac/typedefs.h
@@ -66,7 +66,7 @@
#define WEBRTC_ARCH_X86
#define WEBRTC_ARCH_32_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN
-#elif defined(__ARMEL__)
+#elif defined(__ARMEL__) || defined(__mips__)
// TODO(andrew): We'd prefer to control platform defines here, but this is
// currently provided by the Android makefiles. Commented to avoid duplicate
// definition warnings.