- Replace the contents in the existing aac decoder Android.mk.
- Build.

Your question is more directed towards the build system rather than
the framework. Please read other posts about how to add/replace new
libraries in the tree.

-Ravi

On Jul 1, 6:39 am, eternity <gtir...@gmail.com> wrote:
> Hi,
>
> I am trying to replace the existing AAC decoder with my own AAC
> decoder. I have made required changes in Omx_aac component so that it
> will call my function to decode. but right now I am stuck how to build
> the system.
>
> The following ways came into my mind but dont know how to execute:
>
> 1. Compile the decoder files for android and made an .so file and
> while building omx_aac component include the same .so file and
> removing the existing aac decoder.
>
> 2. replace the codec files from /audio/aac/dec with my files, update
> the android.mk file and build. But in this way I am facing some
> problem. New aac decoder files giving compilation error which I can't
> see while building in Linux. Next can't remove the dependencies of /
> audio/aac/dec/util/getactualaacconfig/src files which is already
> existing.
>
> can anybody suggest me some way. First method seems to me more
> convenient except I don't know how to compile the new decoder for
> Android emulator and if done how to include the .so file(but later
> part I can find out).
>
> Please help
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to