gabrielfari / aacdecoder-android

Automatically exported from code.google.com/p/aacdecoder-android
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Support for x86 architecture #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Support for x86 architecture for Asus devices and many more that will come 
after Nexus 7

Original issue reported on code.google.com by Pavel.Kr...@gmail.com on 31 Aug 2012 at 4:40

GoogleCodeExporter commented 8 years ago
Hi,

I've attached the patch to get current sources to compile for all ABIs as well 
as the recompiled libs.
There isn't much changes involved, it was only the matter of adding x86 to 
APP_ABI and to modify mp3dec Makefile so it includes cpp files instead of ARM 
assemblies when compiling for x86.

Regards,
Xavier Hallade.

Original comment by xavier.h...@gmail.com on 29 Oct 2013 at 2:43

Attachments:

GoogleCodeExporter commented 8 years ago
Wow. Cool. I will try to use it asap. Thanks.

Original comment by Pavel.Kr...@gmail.com on 29 Oct 2013 at 3:08

GoogleCodeExporter commented 8 years ago
Hi Xavier!

thank you for you patch.
I have fixed a small mistake - when compiling for all platforms in one build 
(e.g. after cleaning), then the OpenCORE variables needs to be cleared 
(Config.mk needs to be evaluated for each platform)

Committed as revision 30.
Going to include it in the next release 0.7
V. 

Original comment by vbarta...@gmail.com on 29 Dec 2013 at 9:27

GoogleCodeExporter commented 8 years ago
Issue 45 has been merged into this issue.

Original comment by vbarta...@gmail.com on 29 Dec 2013 at 9:28