Changes between Version 12 and Version 13 of AndroidPort


Ignore:
Timestamp:
Dec 29, 2011, 11:48:33 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v12 v13  
    6666 * ''Spidermonkey'' - Presumably, Spidermonkey has been ported as part of [https://wiki.mozilla.org/Mobile/Fennec/Android Fennec]. We can't use V8 (we rely on some complex API features so porting would be a huge amount of work). !SpiderMonkey isn't API-compatible or behaviour-compatible across versions, so it'd be best to use the same [https://developer.mozilla.org/en/SpiderMonkey/1.8.5 1.8.5] release as we use on PCs if possible; I think the standard releases are meant to work on ARM, so that should be okay.
    6767 * ''Enet'' - From a quick check, I see no dependencies outside of libc, so this should compile natively.
    68  * ''FCollada'' - We use a customised/bugfixed version of FCollada, so a port of the standard version of FCollada probably wouldn't work.
     68 * ''FCollada'' - We use a customised/bugfixed version of FCollada, so a port of the standard version of FCollada probably wouldn't work. Our own version has no significant dependencies other than libxml2.