You would need to look at build_config/opencore_dynamic/pv_config.h and build_config/opencore_dynamic/pv_config_derived.mk to see how the makefiles get picked up as part of the PV build system. These files are typically auto-generated, but you could probably hand-edit them for your testing.
Ideally, new components that you would write should be dynamically loadable. That way, you can build your component outside of PV framework. Please refer "external/opencore/modules/" to see how the mp4 parser/node/recognizer is being dynamically loaded. -Ravi On Feb 20, 1:06 am, gtxia <[email protected]> wrote: > Hello rktb. Thanks for your respond > > The original directories in the OpenCore can be compiled according to > this document, but the problem is that I added directories can not be > compiled. I try to find out which configure file that I must modify, > but I fail. > > Regards > > XiaGuangTai > > On Feb 20, 2:29 pm, rktb <[email protected]> wrote: > > > external/opencore/quick_start.txt > > > On Feb 19, 11:08 pm, gtxia <[email protected]> wrote: > > > > Hello all. > > > > I have added many directories such as ../fileformat/xxx, ../ > > > pvmi/recognizer/plugins/xxx with the original directory with three sub- > > > directories and Android.mk in the OpenCore. When I build them for > > > target, they are compiled rightly, but when I make the OpenCore for > > > PC, they are not compiled at all, Could you someone can tell me which > > > configure file or files must be modified? Appreciating for any hints. > > > > Regards > > > > XiaGuangTai > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
