HI All,

I am integrating codec to PV core.

from omx integration doc what I read was, if we are integrating 3rd
party component, we have to write our won OMX Core. I am figuring it
out how to write OMX Core ( implement those 9 methods)

I am trying to integrate decoder.

can any one guide me on this. I tried one way of using existing
omx_common/
pv_omx_config_parser.cpp  pv_omxcore.cpp  pv_omxregistry.cpp files to
my requirement

renamed to

omx_my_common/
my_omx_config_parser.cpp  my_omxcore.cpp  my_omxregistry.cpp

but it is not compiling, giving following error

make: *** No rule to make target `external/opencore/codecs_v2/omx/
omx_my_common/src/my_omxcore.cpp', needed by `out/target/product/zoom2/
obj/STATIC_LIBRARIES/libomx_my_common_lib_intermediates/src/
my_omxcore.o

is it the right way of doing(means can we reuse it) or have to write
our own depending on the requirement?

Regards
Gururaja B O

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to