Hi Ravi, My codec need not be OMX compliant. I have a shared object lib which I am going to wrap with a omx component. To keep it very simple.. I need to replace the existing pv codec ( the core codec library) with my own .so lib. Thanks ~
On Tue, Jan 20, 2009 at 5:41 PM, rktb <[email protected]> wrote: > > Is your codec OMX compliant? > If so, does your shared object also support calls to OMX_Init()/Deinit > ()? > > -Ravi > > On Jan 20, 4:15 pm, MMF <[email protected]> wrote: > > Hi All, > > > > I am not very familiar with the Android build system. > > I am trying to replace the existing codec (e.g. h264 codec) from an OMX > > component with the one which I have in .so format. > > Can anyone please let me what are the modification needed in the make > files. > > > > I do not have source code for this new codec, only .so is with me. > > > > Thanks > > ~ > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
